Html Css Color HEX #BCAEEB Melrose

📋 copy color: '#BCAEEB'

red 188 ◦ green 174 ◦ blue 235

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

Shades of Melrose #BCAEEB

Tints of Melrose #BCAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.15%

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 31.49%
G = 29.15%
B = 39.36%

CMYK

 C value IS 0.2

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCAEEB (or 0xBCAEEB) is known color: Melrose. HEX triplet: BC, AE and EB. RGB value is (188,174,235). Sum of RGB (Red+Green+Blue) = 188+174+235=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEEB is #435114. Grayscale: #B8B8B8. Windows color (decimal): -4411669 or 15445692. OLE color: 15445692.

HSL color Cylindrical-coordinate representation of color #BCAEEB: hue angle of 253.77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCAEEB is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 174 235 -
CMYK 0.2 0.26 0 0.08
HSL 253.77º 0.6% 0.8% -
HSV(B) 253.77º 0.26% 0.92% -
XYZ 50.87 46.96 84.98 -
YUV 185.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 188 174 235 0.2 0.26 0 0.08 253.77 0.6 0.8
Hex BC AE EB 14 1A 0 8 FE 3C 50
Octal 274 256 353 24 32 0 10 376 74 120
Binary 10111100 10101110 11101011 10100 11010 0 1000 11111110 111100 1010000

Color Harmonies of #BCAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEEB

Black with #BCAEEB

Text Example


Text Example

White with #BCAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEEB; }

 p { color: rgb(188,174,235); }

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

background-color css

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

 a { background-color: rgb(188,174,235); }

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

border-color css

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

 span { border-color: rgb(188,174,235); }

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