Html Css Color HEX #B9DCCE Jet Stream

📋 copy color: '#B9DCCE'

red 185 ◦ green 220 ◦ blue 206

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

Shades of Jet Stream #B9DCCE

Tints of Jet Stream #B9DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 30.28%
G = 36.01%
B = 33.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B9DCCE (or 0xB9DCCE) is known color: Jet Stream. HEX triplet: B9, DC and CE. RGB value is (185,220,206). Sum of RGB (Red+Green+Blue) = 185+220+206=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCE is #462331. Grayscale: #CFCFCF. Windows color (decimal): -4596530 or 13556921. OLE color: 13556921.

HSL color Cylindrical-coordinate representation of color #B9DCCE: hue angle of 156º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCCE is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 206 -
CMYK 0.16 0 0.06 0.14
HSL 156º 0.33% 0.79% -
HSV(B) 156º 0.16% 0.86% -
XYZ 56.74 65.96 68.13 -
YUV 207.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 185 220 206 0.16 0 0.06 0.14 156 0.33 0.79
Hex B9 DC CE 10 0 6 E 9C 21 4F
Octal 271 334 316 20 0 6 16 234 41 117
Binary 10111001 11011100 11001110 10000 0 110 1110 10011100 100001 1001111

Color Harmonies of #B9DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCCE

Black with #B9DCCE

Text Example


Text Example

White with #B9DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCCE; }

 p { color: rgb(185,220,206); }

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

background-color css

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

 a { background-color: rgb(185,220,206); }

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

border-color css

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

 span { border-color: rgb(185,220,206); }

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