Html Css Color HEX #C6BFE8 Melrose

📋 copy color: '#C6BFE8'

red 198 ◦ green 191 ◦ blue 232

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

Shades of Melrose #C6BFE8

Tints of Melrose #C6BFE8

RGB

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

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

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

R = 31.88%
G = 30.76%
B = 37.36%

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

#C6BFE8 (or 0xC6BFE8) is known color: Melrose. HEX triplet: C6, BF and E8. RGB value is (198,191,232). Sum of RGB (Red+Green+Blue) = 198+191+232=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFE8 is #394017. Grayscale: #C5C5C5. Windows color (decimal): -3751960 or 15253446. OLE color: 15253446.

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

Color convert

RGB 198 191 232 -
CMYK 0.15 0.18 0 0.09
HSL 250.24º 0.47% 0.83% -
HSV(B) 250.24º 0.18% 0.91% -
XYZ 56.49 55.09 84 -
YUV 197.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 198 191 232 0.15 0.18 0 0.09 250.24 0.47 0.83
Hex C6 BF E8 F 12 0 9 FA 2F 53
Octal 306 277 350 17 22 0 11 372 57 123
Binary 11000110 10111111 11101000 1111 10010 0 1001 11111010 101111 1010011

Color Harmonies of #C6BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFE8

Black with #C6BFE8

Text Example


Text Example

White with #C6BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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