Html Css Color HEX #C0BAEA Melrose

📋 copy color: '#C0BAEA'

red 192 ◦ green 186 ◦ blue 234

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

Shades of Melrose #C0BAEA

Tints of Melrose #C0BAEA

RGB

 RED value IS 192 (75.39% from 255) = 31.37%

 GREEN value IS 186 (73.05% from 255) = 30.39%

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 31.37%
G = 30.39%
B = 38.24%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0BAEA (or 0xC0BAEA) is known color: Melrose. HEX triplet: C0, BA and EA. RGB value is (192,186,234). Sum of RGB (Red+Green+Blue) = 192+186+234=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEA is #3F4515. Grayscale: #C1C1C1. Windows color (decimal): -4146454 or 15383232. OLE color: 15383232.

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

Color convert

RGB 192 186 234 -
CMYK 0.18 0.21 0 0.08
HSL 247.5º 0.53% 0.82% -
HSV(B) 247.5º 0.21% 0.92% -
XYZ 54.15 52.26 85.08 -
YUV 193.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 192 186 234 0.18 0.21 0 0.08 247.5 0.53 0.82
Hex C0 BA EA 12 15 0 8 F8 35 52
Octal 300 272 352 22 25 0 10 370 65 122
Binary 11000000 10111010 11101010 10010 10101 0 1000 11111000 110101 1010010

Color Harmonies of #C0BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAEA

Black with #C0BAEA

Text Example


Text Example

White with #C0BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAEA; }

 p { color: rgb(192,186,234); }

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

background-color css

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

 a { background-color: rgb(192,186,234); }

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

border-color css

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

 span { border-color: rgb(192,186,234); }

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