Html Css Color HEX #C2BECE Blue Haze

📋 copy color: '#C2BECE'

red 194 ◦ green 190 ◦ blue 206

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

Shades of Blue Haze #C2BECE

Tints of Blue Haze #C2BECE

RGB

 RED value IS 194 (76.17% from 255) = 32.88%

 GREEN value IS 190 (74.61% from 255) = 32.2%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 32.88%
G = 32.2%
B = 34.92%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2BECE (or 0xC2BECE) is known color: Blue Haze. HEX triplet: C2, BE and CE. RGB value is (194,190,206). Sum of RGB (Red+Green+Blue) = 194+190+206=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BECE is #3D4131. Grayscale: #C0C0C0. Windows color (decimal): -4014386 or 13549250. OLE color: 13549250.

HSL color Cylindrical-coordinate representation of color #C2BECE: hue angle of 255º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BECE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 190 206 -
CMYK 0.06 0.08 0 0.19
HSL 255º 0.14% 0.78% -
HSV(B) 255º 0.08% 0.81% -
XYZ 51.8 52.75 65.84 -
YUV 193.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 194 190 206 0.06 0.08 0 0.19 255 0.14 0.78
Hex C2 BE CE 6 8 0 13 FF E 4E
Octal 302 276 316 6 10 0 23 377 16 116
Binary 11000010 10111110 11001110 110 1000 0 10011 11111111 1110 1001110

Color Harmonies of #C2BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BECE

Black with #C2BECE

Text Example


Text Example

White with #C2BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BECE; }

 p { color: rgb(194,190,206); }

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

background-color css

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

 a { background-color: rgb(194,190,206); }

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

border-color css

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

 span { border-color: rgb(194,190,206); }

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