Html Css Color HEX #C5BFE9 Melrose

📋 copy color: '#C5BFE9'

red 197 ◦ green 191 ◦ blue 233

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

Shades of Melrose #C5BFE9

Tints of Melrose #C5BFE9

RGB

 RED value IS 197 (77.34% from 255) = 31.72%

 GREEN value IS 191 (75% from 255) = 30.76%

 BLUE value IS 233 (91.41% from 255) = 37.52%

R = 31.72%
G = 30.76%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5BFE9 (or 0xC5BFE9) is known color: Melrose. HEX triplet: C5, BF and E9. RGB value is (197,191,233). Sum of RGB (Red+Green+Blue) = 197+191+233=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFE9 is #3A4016. Grayscale: #C5C5C5. Windows color (decimal): -3817495 or 15318981. OLE color: 15318981.

HSL color Cylindrical-coordinate representation of color #C5BFE9: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BFE9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 191 233 -
CMYK 0.15 0.18 0 0.09
HSL 248.57º 0.49% 0.83% -
HSV(B) 248.57º 0.18% 0.91% -
XYZ 56.36 55.02 84.74 -
YUV 197.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 197 191 233 0.15 0.18 0 0.09 248.57 0.49 0.83
Hex C5 BF E9 F 12 0 9 F9 31 53
Octal 305 277 351 17 22 0 11 371 61 123
Binary 11000101 10111111 11101001 1111 10010 0 1001 11111001 110001 1010011

Color Harmonies of #C5BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFE9

Black with #C5BFE9

Text Example


Text Example

White with #C5BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFE9; }

 p { color: rgb(197,191,233); }

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

background-color css

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

 a { background-color: rgb(197,191,233); }

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

border-color css

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

 span { border-color: rgb(197,191,233); }

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