Html Css Color HEX #C3BED0 Blue Haze

📋 copy color: '#C3BED0'

red 195 ◦ green 190 ◦ blue 208

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

Shades of Blue Haze #C3BED0

Tints of Blue Haze #C3BED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.08%

R = 32.88%
G = 32.04%
B = 35.08%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3BED0 (or 0xC3BED0) is known color: Blue Haze. HEX triplet: C3, BE and D0. RGB value is (195,190,208). Sum of RGB (Red+Green+Blue) = 195+190+208=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED0 is #3C412F. Grayscale: #C1C1C1. Windows color (decimal): -3948848 or 13680323. OLE color: 13680323.

HSL color Cylindrical-coordinate representation of color #C3BED0: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BED0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 190 208 -
CMYK 0.06 0.09 0 0.18
HSL 256.67º 0.16% 0.78% -
HSV(B) 256.67º 0.09% 0.82% -
XYZ 52.3 52.98 67.14 -
YUV 193.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 195 190 208 0.06 0.09 0 0.18 256.67 0.16 0.78
Hex C3 BE D0 6 9 0 12 101 10 4E
Octal 303 276 320 6 11 0 22 401 20 116
Binary 11000011 10111110 11010000 110 1001 0 10010 100000001 10000 1001110

Color Harmonies of #C3BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BED0

Black with #C3BED0

Text Example


Text Example

White with #C3BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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