Html Css Color HEX #C2BDED Melrose

📋 copy color: '#C2BDED'

red 194 ◦ green 189 ◦ blue 237

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

Shades of Melrose #C2BDED

Tints of Melrose #C2BDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.48%

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 31.29%
G = 30.48%
B = 38.23%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2BDED (or 0xC2BDED) is known color: Melrose. HEX triplet: C2, BD and ED. RGB value is (194,189,237). Sum of RGB (Red+Green+Blue) = 194+189+237=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDED is #3D4212. Grayscale: #C3C3C3. Windows color (decimal): -4014611 or 15580610. OLE color: 15580610.

HSL color Cylindrical-coordinate representation of color #C2BDED: hue angle of 246.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BDED is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 189 237 -
CMYK 0.18 0.20 0 0.07
HSL 246.25º 0.57% 0.84% -
HSV(B) 246.25º 0.2% 0.93% -
XYZ 55.73 53.98 87.6 -
YUV 195.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 194 189 237 0.18 0.20 0 0.07 246.25 0.57 0.84
Hex C2 BD ED 12 14 0 7 F6 39 54
Octal 302 275 355 22 24 0 7 366 71 124
Binary 11000010 10111101 11101101 10010 10100 0 111 11110110 111001 1010100

Color Harmonies of #C2BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDED

Black with #C2BDED

Text Example


Text Example

White with #C2BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDED; }

 p { color: rgb(194,189,237); }

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

background-color css

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

 a { background-color: rgb(194,189,237); }

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

border-color css

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

 span { border-color: rgb(194,189,237); }

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