Html Css Color HEX #BCB4EA Melrose

📋 copy color: '#BCB4EA'

red 188 ◦ green 180 ◦ blue 234

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

Shades of Melrose #BCB4EA

Tints of Melrose #BCB4EA

RGB

 RED value IS 188 (73.83% from 255) = 31.23%

 GREEN value IS 180 (70.7% from 255) = 29.9%

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 31.23%
G = 29.9%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCB4EA (or 0xBCB4EA) is known color: Melrose. HEX triplet: BC, B4 and EA. RGB value is (188,180,234). Sum of RGB (Red+Green+Blue) = 188+180+234=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4EA is #434B15. Grayscale: #BCBCBC. Windows color (decimal): -4410134 or 15381692. OLE color: 15381692.

HSL color Cylindrical-coordinate representation of color #BCB4EA: hue angle of 248.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB4EA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 180 234 -
CMYK 0.20 0.23 0 0.08
HSL 248.89º 0.56% 0.81% -
HSV(B) 248.89º 0.23% 0.92% -
XYZ 51.91 49.27 84.62 -
YUV 188.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 188 180 234 0.20 0.23 0 0.08 248.89 0.56 0.81
Hex BC B4 EA 14 17 0 8 F9 38 51
Octal 274 264 352 24 27 0 10 371 70 121
Binary 10111100 10110100 11101010 10100 10111 0 1000 11111001 111000 1010001

Color Harmonies of #BCB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4EA

Black with #BCB4EA

Text Example


Text Example

White with #BCB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4EA; }

 p { color: rgb(188,180,234); }

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

background-color css

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

 a { background-color: rgb(188,180,234); }

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

border-color css

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

 span { border-color: rgb(188,180,234); }

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