Html Css Color HEX #B9CAC5 Jet Stream

📋 copy color: '#B9CAC5'

red 185 ◦ green 202 ◦ blue 197

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

Shades of Jet Stream #B9CAC5

Tints of Jet Stream #B9CAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 31.68%
G = 34.59%
B = 33.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#B9CAC5 (or 0xB9CAC5) is known color: Jet Stream. HEX triplet: B9, CA and C5. RGB value is (185,202,197). Sum of RGB (Red+Green+Blue) = 185+202+197=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAC5 is #46353A. Grayscale: #C4C4C4. Windows color (decimal): -4601147 or 12962489. OLE color: 12962489.

HSL color Cylindrical-coordinate representation of color #B9CAC5: hue angle of 162.35º 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 #B9CAC5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 197 -
CMYK 0.08 0 0.02 0.21
HSL 162.35º 0.14% 0.76% -
HSV(B) 162.35º 0.08% 0.79% -
XYZ 51.21 56.59 61.05 -
YUV 196.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 185 202 197 0.08 0 0.02 0.21 162.35 0.14 0.76
Hex B9 CA C5 8 0 2 15 A2 E 4C
Octal 271 312 305 10 0 2 25 242 16 114
Binary 10111001 11001010 11000101 1000 0 10 10101 10100010 1110 1001100

Color Harmonies of #B9CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAC5

Black with #B9CAC5

Text Example


Text Example

White with #B9CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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