Html Css Color HEX #C9BDF0 Melrose

📋 copy color: '#C9BDF0'

red 201 ◦ green 189 ◦ blue 240

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

Shades of Melrose #C9BDF0

Tints of Melrose #C9BDF0

RGB

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

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

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

R = 31.9%
G = 30%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9BDF0 (or 0xC9BDF0) is known color: Melrose. HEX triplet: C9, BD and F0. RGB value is (201,189,240). Sum of RGB (Red+Green+Blue) = 201+189+240=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDF0 is #36420F. Grayscale: #C6C6C6. Windows color (decimal): -3555856 or 15777225. OLE color: 15777225.

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

Color convert

RGB 201 189 240 -
CMYK 0.16 0.21 0 0.06
HSL 254.12º 0.63% 0.84% -
HSV(B) 254.12º 0.21% 0.94% -
XYZ 58.01 55.1 90.02 -
YUV 198.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 201 189 240 0.16 0.21 0 0.06 254.12 0.63 0.84
Hex C9 BD F0 10 15 0 6 FE 3F 54
Octal 311 275 360 20 25 0 6 376 77 124
Binary 11001001 10111101 11110000 10000 10101 0 110 11111110 111111 1010100

Color Harmonies of #C9BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDF0

Black with #C9BDF0

Text Example


Text Example

White with #C9BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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