Html Css Color HEX #B9D5C8 Jet Stream

📋 copy color: '#B9D5C8'

red 185 ◦ green 213 ◦ blue 200

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

Shades of Jet Stream #B9D5C8

Tints of Jet Stream #B9D5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 30.94%
G = 35.62%
B = 33.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B9D5C8 (or 0xB9D5C8) is known color: Jet Stream. HEX triplet: B9, D5 and C8. RGB value is (185,213,200). Sum of RGB (Red+Green+Blue) = 185+213+200=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5C8 is #462A37. Grayscale: #CBCBCB. Windows color (decimal): -4598328 or 13161913. OLE color: 13161913.

HSL color Cylindrical-coordinate representation of color #B9D5C8: hue angle of 152.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 #B9D5C8 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 200 -
CMYK 0.13 0 0.06 0.16
HSL 152.14º 0.25% 0.78% -
HSV(B) 152.14º 0.13% 0.84% -
XYZ 54.23 62.07 63.77 -
YUV 203.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 185 213 200 0.13 0 0.06 0.16 152.14 0.25 0.78
Hex B9 D5 C8 D 0 6 10 98 19 4E
Octal 271 325 310 15 0 6 20 230 31 116
Binary 10111001 11010101 11001000 1101 0 110 10000 10011000 11001 1001110

Color Harmonies of #B9D5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5C8

Black with #B9D5C8

Text Example


Text Example

White with #B9D5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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