Html Css Color HEX #C6BBF3 Melrose

📋 copy color: '#C6BBF3'

red 198 ◦ green 187 ◦ blue 243

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

Shades of Melrose #C6BBF3

Tints of Melrose #C6BBF3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.78%

 BLUE value IS 243 (95.31% from 255) = 38.69%

R = 31.53%
G = 29.78%
B = 38.69%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6BBF3 (or 0xC6BBF3) is known color: Melrose. HEX triplet: C6, BB and F3. RGB value is (198,187,243). Sum of RGB (Red+Green+Blue) = 198+187+243=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBF3 is #39440C. Grayscale: #C4C4C4. Windows color (decimal): -3752973 or 15973318. OLE color: 15973318.

HSL color Cylindrical-coordinate representation of color #C6BBF3: hue angle of 251.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BBF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 187 243 -
CMYK 0.19 0.23 0 0.05
HSL 251.79º 0.7% 0.84% -
HSV(B) 251.79º 0.23% 0.95% -
XYZ 57.24 54.02 92.2 -
YUV 196.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 198 187 243 0.19 0.23 0 0.05 251.79 0.7 0.84
Hex C6 BB F3 13 17 0 5 FC 46 54
Octal 306 273 363 23 27 0 5 374 106 124
Binary 11000110 10111011 11110011 10011 10111 0 101 11111100 1000110 1010100

Color Harmonies of #C6BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBF3

Black with #C6BBF3

Text Example


Text Example

White with #C6BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBF3; }

 p { color: rgb(198,187,243); }

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

background-color css

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

 a { background-color: rgb(198,187,243); }

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

border-color css

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

 span { border-color: rgb(198,187,243); }

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