Html Css Color HEX #C5BCEE Melrose

📋 copy color: '#C5BCEE'

red 197 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C5BCEE

Tints of Melrose #C5BCEE

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

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

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

R = 31.62%
G = 30.18%
B = 38.2%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5BCEE (or 0xC5BCEE) is known color: Melrose. HEX triplet: C5, BC and EE. RGB value is (197,188,238). Sum of RGB (Red+Green+Blue) = 197+188+238=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCEE is #3A4311. Grayscale: #C4C4C4. Windows color (decimal): -3818258 or 15645893. OLE color: 15645893.

HSL color Cylindrical-coordinate representation of color #C5BCEE: hue angle of 250.8º 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 #C5BCEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 188 238 -
CMYK 0.17 0.21 0 0.07
HSL 250.8º 0.6% 0.84% -
HSV(B) 250.8º 0.21% 0.93% -
XYZ 56.44 54.01 88.34 -
YUV 196.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 197 188 238 0.17 0.21 0 0.07 250.8 0.6 0.84
Hex C5 BC EE 11 15 0 7 FB 3C 54
Octal 305 274 356 21 25 0 7 373 74 124
Binary 11000101 10111100 11101110 10001 10101 0 111 11111011 111100 1010100

Color Harmonies of #C5BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCEE

Black with #C5BCEE

Text Example


Text Example

White with #C5BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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