Html Css Color HEX #C6BFE1 Melrose

📋 copy color: '#C6BFE1'

red 198 ◦ green 191 ◦ blue 225

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

Shades of Melrose #C6BFE1

Tints of Melrose #C6BFE1

RGB

 RED value IS 198 (77.73% from 255) = 32.25%

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 32.25%
G = 31.11%
B = 36.64%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C6BFE1 (or 0xC6BFE1) is known color: Melrose. HEX triplet: C6, BF and E1. RGB value is (198,191,225). Sum of RGB (Red+Green+Blue) = 198+191+225=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #C6BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFE1 is #39401E. Grayscale: #C4C4C4. Windows color (decimal): -3751967 or 14794694. OLE color: 14794694.

HSL color Cylindrical-coordinate representation of color #C6BFE1: hue angle of 252.35º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BFE1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 191 225 -
CMYK 0.12 0.15 0 0.12
HSL 252.35º 0.36% 0.82% -
HSV(B) 252.35º 0.15% 0.88% -
XYZ 55.51 54.7 78.87 -
YUV 196.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 198 191 225 0.12 0.15 0 0.12 252.35 0.36 0.82
Hex C6 BF E1 C F 0 C FC 24 52
Octal 306 277 341 14 17 0 14 374 44 122
Binary 11000110 10111111 11100001 1100 1111 0 1100 11111100 100100 1010010

Color Harmonies of #C6BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFE1

Black with #C6BFE1

Text Example


Text Example

White with #C6BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFE1; }

 p { color: rgb(198,191,225); }

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

background-color css

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

 a { background-color: rgb(198,191,225); }

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

border-color css

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

 span { border-color: rgb(198,191,225); }

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