Html Css Color HEX #BCB0FA Melrose

📋 copy color: '#BCB0FA'

red 188 ◦ green 176 ◦ blue 250

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

Shades of Melrose #BCB0FA

Tints of Melrose #BCB0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 30.62%
G = 28.66%
B = 40.72%

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

#BCB0FA (or 0xBCB0FA) is known color: Melrose. HEX triplet: BC, B0 and FA. RGB value is (188,176,250). Sum of RGB (Red+Green+Blue) = 188+176+250=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0FA is #434F05. Grayscale: #BBBBBB. Windows color (decimal): -4411142 or 16429244. OLE color: 16429244.

HSL color Cylindrical-coordinate representation of color #BCB0FA: hue angle of 249.73º degrees, saturation: 0.88, 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 #BCB0FA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 176 250 -
CMYK 0.25 0.30 0 0.02
HSL 249.73º 0.88% 0.84% -
HSV(B) 249.73º 0.3% 0.98% -
XYZ 53.52 48.64 97.01 -
YUV 188.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 188 176 250 0.25 0.30 0 0.02 249.73 0.88 0.84
Hex BC B0 FA 19 1E 0 2 FA 58 54
Octal 274 260 372 31 36 0 2 372 130 124
Binary 10111100 10110000 11111010 11001 11110 0 10 11111010 1011000 1010100

Color Harmonies of #BCB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0FA

Black with #BCB0FA

Text Example


Text Example

White with #BCB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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