Html Css Color HEX #B9D5CF Jet Stream

📋 copy color: '#B9D5CF'

red 185 ◦ green 213 ◦ blue 207

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

Shades of Jet Stream #B9D5CF

Tints of Jet Stream #B9D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.21%

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 30.58%
G = 35.21%
B = 34.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#B9D5CF (or 0xB9D5CF) is known color: Jet Stream. HEX triplet: B9, D5 and CF. RGB value is (185,213,207). Sum of RGB (Red+Green+Blue) = 185+213+207=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5CF is #462A30. Grayscale: #CBCBCB. Windows color (decimal): -4598321 or 13620665. OLE color: 13620665.

HSL color Cylindrical-coordinate representation of color #B9D5CF: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D5CF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 207 -
CMYK 0.13 0 0.03 0.16
HSL 167.14º 0.25% 0.78% -
HSV(B) 167.14º 0.13% 0.84% -
XYZ 55.06 62.41 68.18 -
YUV 203.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 185 213 207 0.13 0 0.03 0.16 167.14 0.25 0.78
Hex B9 D5 CF D 0 3 10 A7 19 4E
Octal 271 325 317 15 0 3 20 247 31 116
Binary 10111001 11010101 11001111 1101 0 11 10000 10100111 11001 1001110

Color Harmonies of #B9D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5CF

Black with #B9D5CF

Text Example


Text Example

White with #B9D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5CF; }

 p { color: rgb(185,213,207); }

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

background-color css

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

 a { background-color: rgb(185,213,207); }

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

border-color css

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

 span { border-color: rgb(185,213,207); }

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