Html Css Color HEX #C6BFEE Melrose

📋 copy color: '#C6BFEE'

red 198 ◦ green 191 ◦ blue 238

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

Shades of Melrose #C6BFEE

Tints of Melrose #C6BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 31.58%
G = 30.46%
B = 37.96%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BFEE (or 0xC6BFEE) is known color: Melrose. HEX triplet: C6, BF and EE. RGB value is (198,191,238). Sum of RGB (Red+Green+Blue) = 198+191+238=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFEE is #394011. Grayscale: #C6C6C6. Windows color (decimal): -3751954 or 15646662. OLE color: 15646662.

HSL color Cylindrical-coordinate representation of color #C6BFEE: hue angle of 248.94º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BFEE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 191 238 -
CMYK 0.17 0.20 0 0.07
HSL 248.94º 0.58% 0.84% -
HSV(B) 248.94º 0.2% 0.93% -
XYZ 57.35 55.44 88.57 -
YUV 198.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 198 191 238 0.17 0.20 0 0.07 248.94 0.58 0.84
Hex C6 BF EE 11 14 0 7 F9 3A 54
Octal 306 277 356 21 24 0 7 371 72 124
Binary 11000110 10111111 11101110 10001 10100 0 111 11111001 111010 1010100

Color Harmonies of #C6BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFEE

Black with #C6BFEE

Text Example


Text Example

White with #C6BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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