Html Css Color HEX #C8BDF4 Melrose

📋 copy color: '#C8BDF4'

red 200 ◦ green 189 ◦ blue 244

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

Shades of Melrose #C8BDF4

Tints of Melrose #C8BDF4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.86%

 BLUE value IS 244 (95.7% from 255) = 38.55%

R = 31.6%
G = 29.86%
B = 38.55%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8BDF4 (or 0xC8BDF4) is known color: Melrose. HEX triplet: C8, BD and F4. RGB value is (200,189,244). Sum of RGB (Red+Green+Blue) = 200+189+244=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #C8BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF4 is #37420B. Grayscale: #C6C6C6. Windows color (decimal): -3621388 or 16039368. OLE color: 16039368.

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

Color convert

RGB 200 189 244 -
CMYK 0.18 0.23 0 0.04
HSL 252º 0.71% 0.85% -
HSV(B) 252º 0.23% 0.96% -
XYZ 58.35 55.21 93.17 -
YUV 198.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 200 189 244 0.18 0.23 0 0.04 252 0.71 0.85
Hex C8 BD F4 12 17 0 4 FC 47 55
Octal 310 275 364 22 27 0 4 374 107 125
Binary 11001000 10111101 11110100 10010 10111 0 100 11111100 1000111 1010101

Color Harmonies of #C8BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDF4

Black with #C8BDF4

Text Example


Text Example

White with #C8BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDF4; }

 p { color: rgb(200,189,244); }

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

background-color css

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

 a { background-color: rgb(200,189,244); }

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

border-color css

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

 span { border-color: rgb(200,189,244); }

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