Html Css Color HEX #C0BAEE Melrose

📋 copy color: '#C0BAEE'

red 192 ◦ green 186 ◦ blue 238

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

Shades of Melrose #C0BAEE

Tints of Melrose #C0BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 31.17%
G = 30.19%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0BAEE (or 0xC0BAEE) is known color: Melrose. HEX triplet: C0, BA and EE. RGB value is (192,186,238). Sum of RGB (Red+Green+Blue) = 192+186+238=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEE is #3F4511. Grayscale: #C1C1C1. Windows color (decimal): -4146450 or 15645376. OLE color: 15645376.

HSL color Cylindrical-coordinate representation of color #C0BAEE: hue angle of 246.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BAEE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 186 238 -
CMYK 0.19 0.22 0 0.07
HSL 246.92º 0.6% 0.83% -
HSV(B) 246.92º 0.22% 0.93% -
XYZ 54.73 52.5 88.14 -
YUV 193.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 192 186 238 0.19 0.22 0 0.07 246.92 0.6 0.83
Hex C0 BA EE 13 16 0 7 F7 3C 53
Octal 300 272 356 23 26 0 7 367 74 123
Binary 11000000 10111010 11101110 10011 10110 0 111 11110111 111100 1010011

Color Harmonies of #C0BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAEE

Black with #C0BAEE

Text Example


Text Example

White with #C0BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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