Html Css Color HEX #C8BCF3 Melrose

📋 copy color: '#C8BCF3'

red 200 ◦ green 188 ◦ blue 243

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

Shades of Melrose #C8BCF3

Tints of Melrose #C8BCF3

RGB

 RED value IS 200 (78.52% from 255) = 31.7%

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 31.7%
G = 29.79%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8BCF3 (or 0xC8BCF3) is known color: Melrose. HEX triplet: C8, BC and F3. RGB value is (200,188,243). Sum of RGB (Red+Green+Blue) = 200+188+243=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF3 is #37430C. Grayscale: #C5C5C5. Windows color (decimal): -3621645 or 15973576. OLE color: 15973576.

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

Color convert

RGB 200 188 243 -
CMYK 0.18 0.23 0 0.05
HSL 253.09º 0.7% 0.85% -
HSV(B) 253.09º 0.23% 0.95% -
XYZ 57.98 54.72 92.3 -
YUV 197.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 200 188 243 0.18 0.23 0 0.05 253.09 0.7 0.85
Hex C8 BC F3 12 17 0 5 FD 46 55
Octal 310 274 363 22 27 0 5 375 106 125
Binary 11001000 10111100 11110011 10010 10111 0 101 11111101 1000110 1010101

Color Harmonies of #C8BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCF3

Black with #C8BCF3

Text Example


Text Example

White with #C8BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCF3; }

 p { color: rgb(200,188,243); }

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

background-color css

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

 a { background-color: rgb(200,188,243); }

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

border-color css

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

 span { border-color: rgb(200,188,243); }

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