Html Css Color HEX #C9BCF0 Melrose

📋 copy color: '#C9BCF0'

red 201 ◦ green 188 ◦ blue 240

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

Shades of Melrose #C9BCF0

Tints of Melrose #C9BCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 31.96%
G = 29.89%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9BCF0 (or 0xC9BCF0) is known color: Melrose. HEX triplet: C9, BC and F0. RGB value is (201,188,240). Sum of RGB (Red+Green+Blue) = 201+188+240=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCF0 is #36430F. Grayscale: #C5C5C5. Windows color (decimal): -3556112 or 15776969. OLE color: 15776969.

HSL color Cylindrical-coordinate representation of color #C9BCF0: hue angle of 255º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9BCF0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 188 240 -
CMYK 0.16 0.22 0 0.06
HSL 255º 0.63% 0.84% -
HSV(B) 255º 0.22% 0.94% -
XYZ 57.8 54.68 89.95 -
YUV 197.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 201 188 240 0.16 0.22 0 0.06 255 0.63 0.84
Hex C9 BC F0 10 16 0 6 FF 3F 54
Octal 311 274 360 20 26 0 6 377 77 124
Binary 11001001 10111100 11110000 10000 10110 0 110 11111111 111111 1010100

Color Harmonies of #C9BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCF0

Black with #C9BCF0

Text Example


Text Example

White with #C9BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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