Html Css Color HEX #C8BDF2 Melrose

📋 copy color: '#C8BDF2'

red 200 ◦ green 189 ◦ blue 242

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

Shades of Melrose #C8BDF2

Tints of Melrose #C8BDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 31.7%
G = 29.95%
B = 38.35%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8BDF2 (or 0xC8BDF2) is known color: Melrose. HEX triplet: C8, BD and F2. RGB value is (200,189,242). Sum of RGB (Red+Green+Blue) = 200+189+242=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF2 is #37420D. Grayscale: #C6C6C6. Windows color (decimal): -3621390 or 15908296. OLE color: 15908296.

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

Color convert

RGB 200 189 242 -
CMYK 0.17 0.22 0 0.05
HSL 252.45º 0.67% 0.85% -
HSV(B) 252.45º 0.22% 0.95% -
XYZ 58.04 55.09 91.58 -
YUV 198.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 200 189 242 0.17 0.22 0 0.05 252.45 0.67 0.85
Hex C8 BD F2 11 16 0 5 FC 43 55
Octal 310 275 362 21 26 0 5 374 103 125
Binary 11001000 10111101 11110010 10001 10110 0 101 11111100 1000011 1010101

Color Harmonies of #C8BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDF2

Black with #C8BDF2

Text Example


Text Example

White with #C8BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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