Html Css Color HEX #B9D1CD Jet Stream

📋 copy color: '#B9D1CD'

red 185 ◦ green 209 ◦ blue 205

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

Shades of Jet Stream #B9D1CD

Tints of Jet Stream #B9D1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.89%

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 30.88%
G = 34.89%
B = 34.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#B9D1CD (or 0xB9D1CD) is known color: Jet Stream. HEX triplet: B9, D1 and CD. RGB value is (185,209,205). Sum of RGB (Red+Green+Blue) = 185+209+205=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1CD is #462E32. Grayscale: #C9C9C9. Windows color (decimal): -4599347 or 13488569. OLE color: 13488569.

HSL color Cylindrical-coordinate representation of color #B9D1CD: hue angle of 170º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D1CD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 209 205 -
CMYK 0.11 0 0.02 0.18
HSL 170º 0.21% 0.77% -
HSV(B) 170º 0.11% 0.82% -
XYZ 53.83 60.32 66.56 -
YUV 201.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 185 209 205 0.11 0 0.02 0.18 170 0.21 0.77
Hex B9 D1 CD B 0 2 12 AA 15 4D
Octal 271 321 315 13 0 2 22 252 25 115
Binary 10111001 11010001 11001101 1011 0 10 10010 10101010 10101 1001101

Color Harmonies of #B9D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D1CD

Black with #B9D1CD

Text Example


Text Example

White with #B9D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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