Html Css Color HEX #B2CAC2 Jet Stream

📋 copy color: '#B2CAC2'

red 178 ◦ green 202 ◦ blue 194

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

Shades of Jet Stream #B2CAC2

Tints of Jet Stream #B2CAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 31.01%
G = 35.19%
B = 33.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#B2CAC2 (or 0xB2CAC2) is known color: Jet Stream. HEX triplet: B2, CA and C2. RGB value is (178,202,194). Sum of RGB (Red+Green+Blue) = 178+202+194=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAC2 is #4D353D. Grayscale: #C1C1C1. Windows color (decimal): -5059902 or 12765874. OLE color: 12765874.

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

Color convert

RGB 178 202 194 -
CMYK 0.12 0 0.04 0.21
HSL 160º 0.18% 0.75% -
HSV(B) 160º 0.12% 0.79% -
XYZ 49.22 55.6 59.18 -
YUV 193.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 178 202 194 0.12 0 0.04 0.21 160 0.18 0.75
Hex B2 CA C2 C 0 4 15 A0 12 4B
Octal 262 312 302 14 0 4 25 240 22 113
Binary 10110010 11001010 11000010 1100 0 100 10101 10100000 10010 1001011

Color Harmonies of #B2CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CAC2

Black with #B2CAC2

Text Example


Text Example

White with #B2CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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