Html Css Color HEX #C3BCEE Melrose

📋 copy color: '#C3BCEE'

red 195 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C3BCEE

Tints of Melrose #C3BCEE

RGB

 RED value IS 195 (76.56% from 255) = 31.4%

 GREEN value IS 188 (73.83% from 255) = 30.27%

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

R = 31.4%
G = 30.27%
B = 38.33%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3BCEE (or 0xC3BCEE) is known color: Melrose. HEX triplet: C3, BC and EE. RGB value is (195,188,238). Sum of RGB (Red+Green+Blue) = 195+188+238=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCEE is #3C4311. Grayscale: #C3C3C3. Windows color (decimal): -3949330 or 15645891. OLE color: 15645891.

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

Color convert

RGB 195 188 238 -
CMYK 0.18 0.21 0 0.07
HSL 248.4º 0.6% 0.84% -
HSV(B) 248.4º 0.21% 0.93% -
XYZ 55.92 53.74 88.31 -
YUV 195.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 195 188 238 0.18 0.21 0 0.07 248.4 0.6 0.84
Hex C3 BC EE 12 15 0 7 F8 3C 54
Octal 303 274 356 22 25 0 7 370 74 124
Binary 11000011 10111100 11101110 10010 10101 0 111 11111000 111100 1010100

Color Harmonies of #C3BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCEE

Black with #C3BCEE

Text Example


Text Example

White with #C3BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCEE; }

 p { color: rgb(195,188,238); }

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

background-color css

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

 a { background-color: rgb(195,188,238); }

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

border-color css

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

 span { border-color: rgb(195,188,238); }

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