Html Css Color HEX #C2BDEE Melrose

📋 copy color: '#C2BDEE'

red 194 ◦ green 189 ◦ blue 238

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

Shades of Melrose #C2BDEE

Tints of Melrose #C2BDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 31.24%
G = 30.43%
B = 38.33%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2BDEE (or 0xC2BDEE) is known color: Melrose. HEX triplet: C2, BD and EE. RGB value is (194,189,238). Sum of RGB (Red+Green+Blue) = 194+189+238=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEE is #3D4211. Grayscale: #C3C3C3. Windows color (decimal): -4014610 or 15646146. OLE color: 15646146.

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

Color convert

RGB 194 189 238 -
CMYK 0.18 0.21 0 0.07
HSL 246.12º 0.59% 0.84% -
HSV(B) 246.12º 0.21% 0.93% -
XYZ 55.88 54.04 88.37 -
YUV 196.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 194 189 238 0.18 0.21 0 0.07 246.12 0.59 0.84
Hex C2 BD EE 12 15 0 7 F6 3B 54
Octal 302 275 356 22 25 0 7 366 73 124
Binary 11000010 10111101 11101110 10010 10101 0 111 11110110 111011 1010100

Color Harmonies of #C2BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDEE

Black with #C2BDEE

Text Example


Text Example

White with #C2BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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