Html Css Color HEX #B9DBCD Jet Stream

📋 copy color: '#B9DBCD'

red 185 ◦ green 219 ◦ blue 205

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

Shades of Jet Stream #B9DBCD

Tints of Jet Stream #B9DBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

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

R = 30.38%
G = 35.96%
B = 33.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B9DBCD (or 0xB9DBCD) is known color: Jet Stream. HEX triplet: B9, DB and CD. RGB value is (185,219,205). Sum of RGB (Red+Green+Blue) = 185+219+205=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBCD is #462432. Grayscale: #CFCFCF. Windows color (decimal): -4596787 or 13491129. OLE color: 13491129.

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

Color convert

RGB 185 219 205 -
CMYK 0.16 0 0.06 0.14
HSL 155.29º 0.32% 0.79% -
HSV(B) 155.29º 0.16% 0.86% -
XYZ 56.36 65.39 67.41 -
YUV 207.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 185 219 205 0.16 0 0.06 0.14 155.29 0.32 0.79
Hex B9 DB CD 10 0 6 E 9B 20 4F
Octal 271 333 315 20 0 6 16 233 40 117
Binary 10111001 11011011 11001101 10000 0 110 1110 10011011 100000 1001111

Color Harmonies of #B9DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBCD

Black with #B9DBCD

Text Example


Text Example

White with #B9DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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