Html Css Color HEX #C9BCEE Melrose

📋 copy color: '#C9BCEE'

red 201 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C9BCEE

Tints of Melrose #C9BCEE

RGB

 RED value IS 201 (78.91% from 255) = 32.06%

 GREEN value IS 188 (73.83% from 255) = 29.98%

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

R = 32.06%
G = 29.98%
B = 37.96%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9BCEE (or 0xC9BCEE) is known color: Melrose. HEX triplet: C9, BC and EE. RGB value is (201,188,238). Sum of RGB (Red+Green+Blue) = 201+188+238=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCEE is #364311. Grayscale: #C5C5C5. Windows color (decimal): -3556114 or 15645897. OLE color: 15645897.

HSL color Cylindrical-coordinate representation of color #C9BCEE: hue angle of 255.6º degrees, saturation: 0.6, 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 #C9BCEE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 188 238 -
CMYK 0.16 0.21 0 0.07
HSL 255.6º 0.6% 0.84% -
HSV(B) 255.6º 0.21% 0.93% -
XYZ 57.5 54.56 88.39 -
YUV 197.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 201 188 238 0.16 0.21 0 0.07 255.6 0.6 0.84
Hex C9 BC EE 10 15 0 7 100 3C 54
Octal 311 274 356 20 25 0 7 400 74 124
Binary 11001001 10111100 11101110 10000 10101 0 111 100000000 111100 1010100

Color Harmonies of #C9BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCEE

Black with #C9BCEE

Text Example


Text Example

White with #C9BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCEE; }

 p { color: rgb(201,188,238); }

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

background-color css

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

 a { background-color: rgb(201,188,238); }

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

border-color css

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

 span { border-color: rgb(201,188,238); }

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