Html Css Color HEX #C3BECE Blue Haze

📋 copy color: '#C3BECE'

red 195 ◦ green 190 ◦ blue 206

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

Shades of Blue Haze #C3BECE

Tints of Blue Haze #C3BECE

RGB

 RED value IS 195 (76.56% from 255) = 32.99%

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

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

R = 32.99%
G = 32.15%
B = 34.86%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3BECE (or 0xC3BECE) is known color: Blue Haze. HEX triplet: C3, BE and CE. RGB value is (195,190,206). Sum of RGB (Red+Green+Blue) = 195+190+206=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BECE is #3C4131. Grayscale: #C1C1C1. Windows color (decimal): -3948850 or 13549251. OLE color: 13549251.

HSL color Cylindrical-coordinate representation of color #C3BECE: hue angle of 258.75º 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 #C3BECE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 190 206 -
CMYK 0.05 0.08 0 0.19
HSL 258.75º 0.14% 0.78% -
HSV(B) 258.75º 0.08% 0.81% -
XYZ 52.06 52.89 65.86 -
YUV 193.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 195 190 206 0.05 0.08 0 0.19 258.75 0.14 0.78
Hex C3 BE CE 5 8 0 13 103 E 4E
Octal 303 276 316 5 10 0 23 403 16 116
Binary 11000011 10111110 11001110 101 1000 0 10011 100000011 1110 1001110

Color Harmonies of #C3BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BECE

Black with #C3BECE

Text Example


Text Example

White with #C3BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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