Html Css Color HEX #C5BCF2 Melrose

📋 copy color: '#C5BCF2'

red 197 ◦ green 188 ◦ blue 242

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

Shades of Melrose #C5BCF2

Tints of Melrose #C5BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.6%

R = 31.42%
G = 29.98%
B = 38.6%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5BCF2 (or 0xC5BCF2) is known color: Melrose. HEX triplet: C5, BC and F2. RGB value is (197,188,242). Sum of RGB (Red+Green+Blue) = 197+188+242=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCF2 is #3A430D. Grayscale: #C4C4C4. Windows color (decimal): -3818254 or 15908037. OLE color: 15908037.

HSL color Cylindrical-coordinate representation of color #C5BCF2: hue angle of 250º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BCF2 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 188 242 -
CMYK 0.19 0.22 0 0.05
HSL 250º 0.68% 0.84% -
HSV(B) 250º 0.22% 0.95% -
XYZ 57.04 54.25 91.47 -
YUV 196.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 197 188 242 0.19 0.22 0 0.05 250 0.68 0.84
Hex C5 BC F2 13 16 0 5 FA 44 54
Octal 305 274 362 23 26 0 5 372 104 124
Binary 11000101 10111100 11110010 10011 10110 0 101 11111010 1000100 1010100

Color Harmonies of #C5BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCF2

Black with #C5BCF2

Text Example


Text Example

White with #C5BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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