Html Css Color HEX #C9BBF2 Melrose

📋 copy color: '#C9BBF2'

red 201 ◦ green 187 ◦ blue 242

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

Shades of Melrose #C9BBF2

Tints of Melrose #C9BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.68%

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 31.9%
G = 29.68%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9BBF2 (or 0xC9BBF2) is known color: Melrose. HEX triplet: C9, BB and F2. RGB value is (201,187,242). Sum of RGB (Red+Green+Blue) = 201+187+242=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #C9BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF2 is #36440D. Grayscale: #C5C5C5. Windows color (decimal): -3556366 or 15907785. OLE color: 15907785.

HSL color Cylindrical-coordinate representation of color #C9BBF2: hue angle of 255.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9BBF2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 187 242 -
CMYK 0.17 0.23 0 0.05
HSL 255.27º 0.68% 0.84% -
HSV(B) 255.27º 0.23% 0.95% -
XYZ 57.88 54.37 91.45 -
YUV 197.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 201 187 242 0.17 0.23 0 0.05 255.27 0.68 0.84
Hex C9 BB F2 11 17 0 5 FF 44 54
Octal 311 273 362 21 27 0 5 377 104 124
Binary 11001001 10111011 11110010 10001 10111 0 101 11111111 1000100 1010100

Color Harmonies of #C9BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBF2

Black with #C9BBF2

Text Example


Text Example

White with #C9BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBF2; }

 p { color: rgb(201,187,242); }

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

background-color css

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

 a { background-color: rgb(201,187,242); }

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

border-color css

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

 span { border-color: rgb(201,187,242); }

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