Html Css Color HEX #C7BFE8 Melrose

📋 copy color: '#C7BFE8'

red 199 ◦ green 191 ◦ blue 232

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

Shades of Melrose #C7BFE8

Tints of Melrose #C7BFE8

RGB

 RED value IS 199 (78.13% from 255) = 31.99%

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

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 31.99%
G = 30.71%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C7BFE8 (or 0xC7BFE8) is known color: Melrose. HEX triplet: C7, BF and E8. RGB value is (199,191,232). Sum of RGB (Red+Green+Blue) = 199+191+232=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFE8 is #384017. Grayscale: #C5C5C5. Windows color (decimal): -3686424 or 15253447. OLE color: 15253447.

HSL color Cylindrical-coordinate representation of color #C7BFE8: hue angle of 251.71º degrees, saturation: 0.47, 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 #C7BFE8 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 191 232 -
CMYK 0.14 0.18 0 0.09
HSL 251.71º 0.47% 0.83% -
HSV(B) 251.71º 0.18% 0.91% -
XYZ 56.75 55.23 84.01 -
YUV 198.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 199 191 232 0.14 0.18 0 0.09 251.71 0.47 0.83
Hex C7 BF E8 E 12 0 9 FC 2F 53
Octal 307 277 350 16 22 0 11 374 57 123
Binary 11000111 10111111 11101000 1110 10010 0 1001 11111100 101111 1010011

Color Harmonies of #C7BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFE8

Black with #C7BFE8

Text Example


Text Example

White with #C7BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFE8; }

 p { color: rgb(199,191,232); }

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

background-color css

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

 a { background-color: rgb(199,191,232); }

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

border-color css

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

 span { border-color: rgb(199,191,232); }

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