Html Css Color HEX #C3BED1 Blue Haze

📋 copy color: '#C3BED1'

red 195 ◦ green 190 ◦ blue 209

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

Shades of Blue Haze #C3BED1

Tints of Blue Haze #C3BED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 32.83%
G = 31.99%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3BED1 (or 0xC3BED1) is known color: Blue Haze. HEX triplet: C3, BE and D1. RGB value is (195,190,209). Sum of RGB (Red+Green+Blue) = 195+190+209=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED1 is #3C412E. Grayscale: #C1C1C1. Windows color (decimal): -3948847 or 13745859. OLE color: 13745859.

HSL color Cylindrical-coordinate representation of color #C3BED1: hue angle of 255.79º degrees, saturation: 0.17, 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 #C3BED1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 190 209 -
CMYK 0.07 0.09 0 0.18
HSL 255.79º 0.17% 0.78% -
HSV(B) 255.79º 0.09% 0.82% -
XYZ 52.43 53.03 67.79 -
YUV 193.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 195 190 209 0.07 0.09 0 0.18 255.79 0.17 0.78
Hex C3 BE D1 7 9 0 12 100 11 4E
Octal 303 276 321 7 11 0 22 400 21 116
Binary 11000011 10111110 11010001 111 1001 0 10010 100000000 10001 1001110

Color Harmonies of #C3BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BED1

Black with #C3BED1

Text Example


Text Example

White with #C3BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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