Html Css Color HEX #B2CAC5 Jet Stream

📋 copy color: '#B2CAC5'

red 178 ◦ green 202 ◦ blue 197

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

Shades of Jet Stream #B2CAC5

Tints of Jet Stream #B2CAC5

RGB

 RED value IS 178 (69.92% from 255) = 30.85%

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

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

R = 30.85%
G = 35.01%
B = 34.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#B2CAC5 (or 0xB2CAC5) is known color: Jet Stream. HEX triplet: B2, CA and C5. RGB value is (178,202,197). Sum of RGB (Red+Green+Blue) = 178+202+197=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAC5 is #4D353A. Grayscale: #C2C2C2. Windows color (decimal): -5059899 or 12962482. OLE color: 12962482.

HSL color Cylindrical-coordinate representation of color #B2CAC5: hue angle of 167.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 197 -
CMYK 0.12 0 0.02 0.21
HSL 167.5º 0.18% 0.75% -
HSV(B) 167.5º 0.12% 0.79% -
XYZ 49.56 55.74 60.97 -
YUV 194.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 178 202 197 0.12 0 0.02 0.21 167.5 0.18 0.75
Hex B2 CA C5 C 0 2 15 A8 12 4B
Octal 262 312 305 14 0 2 25 250 22 113
Binary 10110010 11001010 11000101 1100 0 10 10101 10101000 10010 1001011

Color Harmonies of #B2CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CAC5

Black with #B2CAC5

Text Example


Text Example

White with #B2CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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