Html Css Color HEX #B8CAC3 Jet Stream

📋 copy color: '#B8CAC3'

red 184 ◦ green 202 ◦ blue 195

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

Shades of Jet Stream #B8CAC3

Tints of Jet Stream #B8CAC3

RGB

 RED value IS 184 (72.27% from 255) = 31.67%

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

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

R = 31.67%
G = 34.77%
B = 33.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#B8CAC3 (or 0xB8CAC3) is known color: Jet Stream. HEX triplet: B8, CA and C3. RGB value is (184,202,195). Sum of RGB (Red+Green+Blue) = 184+202+195=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC3 is #47353C. Grayscale: #C3C3C3. Windows color (decimal): -4666685 or 12831416. OLE color: 12831416.

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

Color convert

RGB 184 202 195 -
CMYK 0.09 0 0.03 0.21
HSL 156.67º 0.15% 0.76% -
HSV(B) 156.67º 0.09% 0.79% -
XYZ 50.74 56.37 59.84 -
YUV 195.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 184 202 195 0.09 0 0.03 0.21 156.67 0.15 0.76
Hex B8 CA C3 9 0 3 15 9D F 4C
Octal 270 312 303 11 0 3 25 235 17 114
Binary 10111000 11001010 11000011 1001 0 11 10101 10011101 1111 1001100

Color Harmonies of #B8CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAC3

Black with #B8CAC3

Text Example


Text Example

White with #B8CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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