Html Css Color HEX #B9CAC3 Jet Stream

📋 copy color: '#B9CAC3'

red 185 ◦ green 202 ◦ blue 195

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

Shades of Jet Stream #B9CAC3

Tints of Jet Stream #B9CAC3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.71%

 BLUE value IS 195 (76.56% from 255) = 33.51%

R = 31.79%
G = 34.71%
B = 33.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#B9CAC3 (or 0xB9CAC3) is known color: Jet Stream. HEX triplet: B9, CA and C3. RGB value is (185,202,195). Sum of RGB (Red+Green+Blue) = 185+202+195=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAC3 is #46353C. Grayscale: #C4C4C4. Windows color (decimal): -4601149 or 12831417. OLE color: 12831417.

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

Color convert

RGB 185 202 195 -
CMYK 0.08 0 0.03 0.21
HSL 155.29º 0.14% 0.76% -
HSV(B) 155.29º 0.08% 0.79% -
XYZ 50.98 56.5 59.85 -
YUV 196.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 185 202 195 0.08 0 0.03 0.21 155.29 0.14 0.76
Hex B9 CA C3 8 0 3 15 9B E 4C
Octal 271 312 303 10 0 3 25 233 16 114
Binary 10111001 11001010 11000011 1000 0 11 10101 10011011 1110 1001100

Color Harmonies of #B9CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAC3

Black with #B9CAC3

Text Example


Text Example

White with #B9CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAC3; }

 p { color: rgb(185,202,195); }

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

background-color css

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

 a { background-color: rgb(185,202,195); }

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

border-color css

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

 span { border-color: rgb(185,202,195); }

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