Html Css Color HEX #C4BDF0 Melrose

📋 copy color: '#C4BDF0'

red 196 ◦ green 189 ◦ blue 240

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

Shades of Melrose #C4BDF0

Tints of Melrose #C4BDF0

RGB

 RED value IS 196 (76.95% from 255) = 31.36%

 GREEN value IS 189 (74.22% from 255) = 30.24%

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 31.36%
G = 30.24%
B = 38.4%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C4BDF0 (or 0xC4BDF0) is known color: Melrose. HEX triplet: C4, BD and F0. RGB value is (196,189,240). Sum of RGB (Red+Green+Blue) = 196+189+240=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF0 is #3B420F. Grayscale: #C4C4C4. Windows color (decimal): -3883536 or 15777220. OLE color: 15777220.

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

Color convert

RGB 196 189 240 -
CMYK 0.18 0.21 0 0.06
HSL 248.24º 0.63% 0.84% -
HSV(B) 248.24º 0.21% 0.94% -
XYZ 56.69 54.42 89.95 -
YUV 196.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 196 189 240 0.18 0.21 0 0.06 248.24 0.63 0.84
Hex C4 BD F0 12 15 0 6 F8 3F 54
Octal 304 275 360 22 25 0 6 370 77 124
Binary 11000100 10111101 11110000 10010 10101 0 110 11111000 111111 1010100

Color Harmonies of #C4BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDF0

Black with #C4BDF0

Text Example


Text Example

White with #C4BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDF0; }

 p { color: rgb(196,189,240); }

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

background-color css

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

 a { background-color: rgb(196,189,240); }

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

border-color css

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

 span { border-color: rgb(196,189,240); }

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