Html Css Color HEX #B9C6BE Nebula

📋 copy color: '#B9C6BE'

red 185 ◦ green 198 ◦ blue 190

#B9C6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B9C6BE

Tints of Nebula #B9C6BE

RGB

 RED value IS 185 (72.66% from 255) = 32.29%

 GREEN value IS 198 (77.73% from 255) = 34.55%

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 32.29%
G = 34.55%
B = 33.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9C6BE (or 0xB9C6BE) is known color: Nebula. HEX triplet: B9, C6 and BE. RGB value is (185,198,190). Sum of RGB (Red+Green+Blue) = 185+198+190=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6BE is #463941. Grayscale: #C1C1C1. Windows color (decimal): -4602178 or 12502713. OLE color: 12502713.

HSL color Cylindrical-coordinate representation of color #B9C6BE: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C6BE is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 190 -
CMYK 0.07 0 0.04 0.22
HSL 143.08º 0.1% 0.75% -
HSV(B) 143.08º 0.07% 0.78% -
XYZ 49.5 54.42 56.61 -
YUV 193.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 185 198 190 0.07 0 0.04 0.22 143.08 0.1 0.75
Hex B9 C6 BE 7 0 4 16 8F A 4B
Octal 271 306 276 7 0 4 26 217 12 113
Binary 10111001 11000110 10111110 111 0 100 10110 10001111 1010 1001011

Color Harmonies of #B9C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C6BE

Black with #B9C6BE

Text Example


Text Example

White with #B9C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C6BE; }

 p { color: rgb(185,198,190); }

 H1.HeaderClassName
 {
   color: #B9C6BE;
 }
 .AnyTagClassName
 {
   color: #B9C6BE;
 }
</style>

background-color css

<style>
 a { background-color: #B9C6BE; }

 a { background-color: rgb(185,198,190); }

 div.DivClassName
 {
   background-color: #B9C6BE;
 }
 .BgClassName
 {
   background-color: #B9C6BE;
 }
</style>

border-color css

<style>
 span { border-color: #B9C6BE; }

 span { border-color: rgb(185,198,190); }

 td.TdClassName
 {
   border-color: #B9C6BE;
 }
 .TagClassName
 {
   border-color: #B9C6BE;
 }
</style>