Html Css Color HEX #C8BEEB Melrose

📋 copy color: '#C8BEEB'

red 200 ◦ green 190 ◦ blue 235

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

Shades of Melrose #C8BEEB

Tints of Melrose #C8BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 32%
G = 30.4%
B = 37.6%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8BEEB (or 0xC8BEEB) is known color: Melrose. HEX triplet: C8, BE and EB. RGB value is (200,190,235). Sum of RGB (Red+Green+Blue) = 200+190+235=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEEB is #374114. Grayscale: #C5C5C5. Windows color (decimal): -3621141 or 15449800. OLE color: 15449800.

HSL color Cylindrical-coordinate representation of color #C8BEEB: hue angle of 253.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BEEB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 190 235 -
CMYK 0.15 0.19 0 0.08
HSL 253.33º 0.53% 0.83% -
HSV(B) 253.33º 0.19% 0.92% -
XYZ 57.23 55.1 86.22 -
YUV 198.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 200 190 235 0.15 0.19 0 0.08 253.33 0.53 0.83
Hex C8 BE EB F 13 0 8 FD 35 53
Octal 310 276 353 17 23 0 10 375 65 123
Binary 11001000 10111110 11101011 1111 10011 0 1000 11111101 110101 1010011

Color Harmonies of #C8BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEEB

Black with #C8BEEB

Text Example


Text Example

White with #C8BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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