Html Css Color HEX #B9D3CA Jet Stream

📋 copy color: '#B9D3CA'

red 185 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #B9D3CA

Tints of Jet Stream #B9D3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.28%

 BLUE value IS 202 (79.3% from 255) = 33.78%

R = 30.94%
G = 35.28%
B = 33.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#B9D3CA (or 0xB9D3CA) is known color: Jet Stream. HEX triplet: B9, D3 and CA. RGB value is (185,211,202). Sum of RGB (Red+Green+Blue) = 185+211+202=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3CA is #462C35. Grayscale: #CACACA. Windows color (decimal): -4598838 or 13292473. OLE color: 13292473.

HSL color Cylindrical-coordinate representation of color #B9D3CA: hue angle of 159.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3CA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 202 -
CMYK 0.12 0 0.04 0.17
HSL 159.23º 0.23% 0.78% -
HSV(B) 159.23º 0.12% 0.83% -
XYZ 53.96 61.17 64.84 -
YUV 202.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 185 211 202 0.12 0 0.04 0.17 159.23 0.23 0.78
Hex B9 D3 CA C 0 4 11 9F 17 4E
Octal 271 323 312 14 0 4 21 237 27 116
Binary 10111001 11010011 11001010 1100 0 100 10001 10011111 10111 1001110

Color Harmonies of #B9D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D3CA

Black with #B9D3CA

Text Example


Text Example

White with #B9D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D3CA; }

 p { color: rgb(185,211,202); }

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

background-color css

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

 a { background-color: rgb(185,211,202); }

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

border-color css

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

 span { border-color: rgb(185,211,202); }

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