Html Css Color HEX #B9D8CA Jet Stream

📋 copy color: '#B9D8CA'

red 185 ◦ green 216 ◦ blue 202

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

Shades of Jet Stream #B9D8CA

Tints of Jet Stream #B9D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.82%

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

R = 30.68%
G = 35.82%
B = 33.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B9D8CA (or 0xB9D8CA) is known color: Jet Stream. HEX triplet: B9, D8 and CA. RGB value is (185,216,202). Sum of RGB (Red+Green+Blue) = 185+216+202=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8CA is #462735. Grayscale: #CDCDCD. Windows color (decimal): -4597558 or 13293753. OLE color: 13293753.

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

Color convert

RGB 185 216 202 -
CMYK 0.14 0 0.06 0.15
HSL 152.9º 0.28% 0.79% -
HSV(B) 152.9º 0.14% 0.85% -
XYZ 55.22 63.69 65.26 -
YUV 205.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 185 216 202 0.14 0 0.06 0.15 152.9 0.28 0.79
Hex B9 D8 CA E 0 6 F 99 1C 4F
Octal 271 330 312 16 0 6 17 231 34 117
Binary 10111001 11011000 11001010 1110 0 110 1111 10011001 11100 1001111

Color Harmonies of #B9D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8CA

Black with #B9D8CA

Text Example


Text Example

White with #B9D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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