Html Css Color HEX #C8BEF3 Melrose

📋 copy color: '#C8BEF3'

red 200 ◦ green 190 ◦ blue 243

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

Shades of Melrose #C8BEF3

Tints of Melrose #C8BEF3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

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

R = 31.6%
G = 30.02%
B = 38.39%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8BEF3 (or 0xC8BEF3) is known color: Melrose. HEX triplet: C8, BE and F3. RGB value is (200,190,243). Sum of RGB (Red+Green+Blue) = 200+190+243=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF3 is #37410C. Grayscale: #C6C6C6. Windows color (decimal): -3621133 or 15974088. OLE color: 15974088.

HSL color Cylindrical-coordinate representation of color #C8BEF3: hue angle of 251.32º degrees, saturation: 0.69, 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 #C8BEF3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 190 243 -
CMYK 0.18 0.22 0 0.05
HSL 251.32º 0.69% 0.85% -
HSV(B) 251.32º 0.22% 0.95% -
XYZ 58.41 55.58 92.44 -
YUV 199.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 200 190 243 0.18 0.22 0 0.05 251.32 0.69 0.85
Hex C8 BE F3 12 16 0 5 FB 45 55
Octal 310 276 363 22 26 0 5 373 105 125
Binary 11001000 10111110 11110011 10010 10110 0 101 11111011 1000101 1010101

Color Harmonies of #C8BEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEF3

Black with #C8BEF3

Text Example


Text Example

White with #C8BEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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