Html Css Color HEX #C2BDEA Melrose

📋 copy color: '#C2BDEA'

red 194 ◦ green 189 ◦ blue 234

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

Shades of Melrose #C2BDEA

Tints of Melrose #C2BDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 31.44%
G = 30.63%
B = 37.93%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2BDEA (or 0xC2BDEA) is known color: Melrose. HEX triplet: C2, BD and EA. RGB value is (194,189,234). Sum of RGB (Red+Green+Blue) = 194+189+234=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEA is #3D4215. Grayscale: #C3C3C3. Windows color (decimal): -4014614 or 15384002. OLE color: 15384002.

HSL color Cylindrical-coordinate representation of color #C2BDEA: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BDEA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 189 234 -
CMYK 0.17 0.19 0 0.08
HSL 246.67º 0.52% 0.83% -
HSV(B) 246.67º 0.19% 0.92% -
XYZ 55.3 53.81 85.31 -
YUV 195.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 194 189 234 0.17 0.19 0 0.08 246.67 0.52 0.83
Hex C2 BD EA 11 13 0 8 F7 34 53
Octal 302 275 352 21 23 0 10 367 64 123
Binary 11000010 10111101 11101010 10001 10011 0 1000 11110111 110100 1010011

Color Harmonies of #C2BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDEA

Black with #C2BDEA

Text Example


Text Example

White with #C2BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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