Html Css Color HEX #BCB0E3 Melrose

📋 copy color: '#BCB0E3'

red 188 ◦ green 176 ◦ blue 227

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

Shades of Melrose #BCB0E3

Tints of Melrose #BCB0E3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

 BLUE value IS 227 (89.06% from 255) = 38.41%

R = 31.81%
G = 29.78%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCB0E3 (or 0xBCB0E3) is known color: Melrose. HEX triplet: BC, B0 and E3. RGB value is (188,176,227). Sum of RGB (Red+Green+Blue) = 188+176+227=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCB0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0E3 is #434F1C. Grayscale: #B9B9B9. Windows color (decimal): -4411165 or 14921916. OLE color: 14921916.

HSL color Cylindrical-coordinate representation of color #BCB0E3: hue angle of 254.12º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB0E3 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 176 227 -
CMYK 0.17 0.22 0 0.11
HSL 254.12º 0.48% 0.79% -
HSV(B) 254.12º 0.22% 0.89% -
XYZ 50.13 47.29 79.16 -
YUV 185.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 188 176 227 0.17 0.22 0 0.11 254.12 0.48 0.79
Hex BC B0 E3 11 16 0 B FE 30 4F
Octal 274 260 343 21 26 0 13 376 60 117
Binary 10111100 10110000 11100011 10001 10110 0 1011 11111110 110000 1001111

Color Harmonies of #BCB0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0E3

Black with #BCB0E3

Text Example


Text Example

White with #BCB0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0E3; }

 p { color: rgb(188,176,227); }

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

background-color css

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

 a { background-color: rgb(188,176,227); }

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

border-color css

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

 span { border-color: rgb(188,176,227); }

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