Html Css Color HEX #BFB0FD Melrose

📋 copy color: '#BFB0FD'

red 191 ◦ green 176 ◦ blue 253

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

Shades of Melrose #BFB0FD

Tints of Melrose #BFB0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 30.81%
G = 28.39%
B = 40.81%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFB0FD (or 0xBFB0FD) is known color: Melrose. HEX triplet: BF, B0 and FD. RGB value is (191,176,253). Sum of RGB (Red+Green+Blue) = 191+176+253=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0FD is #404F02. Grayscale: #BCBCBC. Windows color (decimal): -4214531 or 16625855. OLE color: 16625855.

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

Color convert

RGB 191 176 253 -
CMYK 0.25 0.30 0 0.01
HSL 251.69º 0.95% 0.84% -
HSV(B) 251.69º 0.3% 0.99% -
XYZ 54.74 49.22 99.54 -
YUV 189.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 191 176 253 0.25 0.30 0 0.01 251.69 0.95 0.84
Hex BF B0 FD 19 1E 0 1 FC 5F 54
Octal 277 260 375 31 36 0 1 374 137 124
Binary 10111111 10110000 11111101 11001 11110 0 1 11111100 1011111 1010100

Color Harmonies of #BFB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0FD

Black with #BFB0FD

Text Example


Text Example

White with #BFB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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