Html Css Color HEX #BFB0FA Melrose

📋 copy color: '#BFB0FA'

red 191 ◦ green 176 ◦ blue 250

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

Shades of Melrose #BFB0FA

Tints of Melrose #BFB0FA

RGB

 RED value IS 191 (75% from 255) = 30.96%

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

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

R = 30.96%
G = 28.53%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFB0FA (or 0xBFB0FA) is known color: Melrose. HEX triplet: BF, B0 and FA. RGB value is (191,176,250). Sum of RGB (Red+Green+Blue) = 191+176+250=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0FA is #404F05. Grayscale: #BCBCBC. Windows color (decimal): -4214534 or 16429247. OLE color: 16429247.

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

Color convert

RGB 191 176 250 -
CMYK 0.24 0.30 0 0.02
HSL 252.16º 0.88% 0.84% -
HSV(B) 252.16º 0.3% 0.98% -
XYZ 54.27 49.03 97.05 -
YUV 188.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 191 176 250 0.24 0.30 0 0.02 252.16 0.88 0.84
Hex BF B0 FA 18 1E 0 2 FC 58 54
Octal 277 260 372 30 36 0 2 374 130 124
Binary 10111111 10110000 11111010 11000 11110 0 10 11111100 1011000 1010100

Color Harmonies of #BFB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0FA

Black with #BFB0FA

Text Example


Text Example

White with #BFB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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