Html Css Color HEX #C2BECD Blue Haze

📋 copy color: '#C2BECD'

red 194 ◦ green 190 ◦ blue 205

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

Shades of Blue Haze #C2BECD

Tints of Blue Haze #C2BECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 32.94%
G = 32.26%
B = 34.8%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2BECD (or 0xC2BECD) is known color: Blue Haze. HEX triplet: C2, BE and CD. RGB value is (194,190,205). Sum of RGB (Red+Green+Blue) = 194+190+205=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BECD is #3D4132. Grayscale: #C0C0C0. Windows color (decimal): -4014387 or 13483714. OLE color: 13483714.

HSL color Cylindrical-coordinate representation of color #C2BECD: hue angle of 256º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BECD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 190 205 -
CMYK 0.05 0.07 0 0.20
HSL 256º 0.13% 0.77% -
HSV(B) 256º 0.07% 0.8% -
XYZ 51.68 52.7 65.21 -
YUV 192.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 194 190 205 0.05 0.07 0 0.20 256 0.13 0.77
Hex C2 BE CD 5 7 0 14 100 D 4D
Octal 302 276 315 5 7 0 24 400 15 115
Binary 11000010 10111110 11001101 101 111 0 10100 100000000 1101 1001101

Color Harmonies of #C2BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BECD

Black with #C2BECD

Text Example


Text Example

White with #C2BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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