Html Css Color HEX #B9CDC9 Jet Stream

📋 copy color: '#B9CDC9'

red 185 ◦ green 205 ◦ blue 201

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

Shades of Jet Stream #B9CDC9

Tints of Jet Stream #B9CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 31.3%
G = 34.69%
B = 34.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#B9CDC9 (or 0xB9CDC9) is known color: Jet Stream. HEX triplet: B9, CD and C9. RGB value is (185,205,201). Sum of RGB (Red+Green+Blue) = 185+205+201=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC9 is #463236. Grayscale: #C6C6C6. Windows color (decimal): -4600375 or 13225401. OLE color: 13225401.

HSL color Cylindrical-coordinate representation of color #B9CDC9: hue angle of 168º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDC9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 201 -
CMYK 0.10 0 0.02 0.20
HSL 168º 0.17% 0.76% -
HSV(B) 168º 0.1% 0.8% -
XYZ 52.38 58.19 63.73 -
YUV 198.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 185 205 201 0.10 0 0.02 0.20 168 0.17 0.76
Hex B9 CD C9 A 0 2 14 A8 11 4C
Octal 271 315 311 12 0 2 24 250 21 114
Binary 10111001 11001101 11001001 1010 0 10 10100 10101000 10001 1001100

Color Harmonies of #B9CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDC9

Black with #B9CDC9

Text Example


Text Example

White with #B9CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDC9; }

 p { color: rgb(185,205,201); }

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

background-color css

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

 a { background-color: rgb(185,205,201); }

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

border-color css

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

 span { border-color: rgb(185,205,201); }

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