Html Css Color HEX #B9CFCB Jet Stream

📋 copy color: '#B9CFCB'

red 185 ◦ green 207 ◦ blue 203

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

Shades of Jet Stream #B9CFCB

Tints of Jet Stream #B9CFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.79%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 31.09%
G = 34.79%
B = 34.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B9CFCB (or 0xB9CFCB) is known color: Jet Stream. HEX triplet: B9, CF and CB. RGB value is (185,207,203). Sum of RGB (Red+Green+Blue) = 185+207+203=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCB is #463034. Grayscale: #C7C7C7. Windows color (decimal): -4599861 or 13356985. OLE color: 13356985.

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

Color convert

RGB 185 207 203 -
CMYK 0.11 0 0.02 0.19
HSL 169.09º 0.19% 0.77% -
HSV(B) 169.09º 0.11% 0.81% -
XYZ 53.1 59.25 65.14 -
YUV 199.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 185 207 203 0.11 0 0.02 0.19 169.09 0.19 0.77
Hex B9 CF CB B 0 2 13 A9 13 4D
Octal 271 317 313 13 0 2 23 251 23 115
Binary 10111001 11001111 11001011 1011 0 10 10011 10101001 10011 1001101

Color Harmonies of #B9CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFCB

Black with #B9CFCB

Text Example


Text Example

White with #B9CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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