Html Css Color HEX #BCB0FB Melrose

📋 copy color: '#BCB0FB'

red 188 ◦ green 176 ◦ blue 251

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

Shades of Melrose #BCB0FB

Tints of Melrose #BCB0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 30.57%
G = 28.62%
B = 40.81%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCB0FB (or 0xBCB0FB) is known color: Melrose. HEX triplet: BC, B0 and FB. RGB value is (188,176,251). Sum of RGB (Red+Green+Blue) = 188+176+251=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0FB is #434F04. Grayscale: #BBBBBB. Windows color (decimal): -4411141 or 16494780. OLE color: 16494780.

HSL color Cylindrical-coordinate representation of color #BCB0FB: hue angle of 249.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB0FB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 176 251 -
CMYK 0.25 0.30 0 0.02
HSL 249.6º 0.9% 0.84% -
HSV(B) 249.6º 0.3% 0.98% -
XYZ 53.68 48.71 97.84 -
YUV 188.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 188 176 251 0.25 0.30 0 0.02 249.6 0.9 0.84
Hex BC B0 FB 19 1E 0 2 FA 5A 54
Octal 274 260 373 31 36 0 2 372 132 124
Binary 10111100 10110000 11111011 11001 11110 0 10 11111010 1011010 1010100

Color Harmonies of #BCB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0FB

Black with #BCB0FB

Text Example


Text Example

White with #BCB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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