Html Css Color HEX #C9BBF3 Melrose

📋 copy color: '#C9BBF3'

red 201 ◦ green 187 ◦ blue 243

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

Shades of Melrose #C9BBF3

Tints of Melrose #C9BBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.51%

R = 31.85%
G = 29.64%
B = 38.51%

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

#C9BBF3 (or 0xC9BBF3) is known color: Melrose. HEX triplet: C9, BB and F3. RGB value is (201,187,243). Sum of RGB (Red+Green+Blue) = 201+187+243=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF3 is #36440C. Grayscale: #C5C5C5. Windows color (decimal): -3556365 or 15973321. OLE color: 15973321.

HSL color Cylindrical-coordinate representation of color #C9BBF3: hue angle of 255º degrees, saturation: 0.7, 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 #C9BBF3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 187 243 -
CMYK 0.17 0.23 0 0.05
HSL 255º 0.7% 0.84% -
HSV(B) 255º 0.23% 0.95% -
XYZ 58.04 54.43 92.24 -
YUV 197.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 201 187 243 0.17 0.23 0 0.05 255 0.7 0.84
Hex C9 BB F3 11 17 0 5 FF 46 54
Octal 311 273 363 21 27 0 5 377 106 124
Binary 11001001 10111011 11110011 10001 10111 0 101 11111111 1000110 1010100

Color Harmonies of #C9BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBF3

Black with #C9BBF3

Text Example


Text Example

White with #C9BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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