Html Css Color HEX #BFB2FA Melrose

📋 copy color: '#BFB2FA'

red 191 ◦ green 178 ◦ blue 250

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

Shades of Melrose #BFB2FA

Tints of Melrose #BFB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.76%

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

R = 30.86%
G = 28.76%
B = 40.39%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFB2FA (or 0xBFB2FA) is known color: Melrose. HEX triplet: BF, B2 and FA. RGB value is (191,178,250). Sum of RGB (Red+Green+Blue) = 191+178+250=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2FA is #404D05. Grayscale: #BDBDBD. Windows color (decimal): -4214022 or 16429759. OLE color: 16429759.

HSL color Cylindrical-coordinate representation of color #BFB2FA: hue angle of 250.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB2FA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 178 250 -
CMYK 0.24 0.29 0 0.02
HSL 250.83º 0.88% 0.84% -
HSV(B) 250.83º 0.29% 0.98% -
XYZ 54.66 49.82 97.18 -
YUV 190.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 191 178 250 0.24 0.29 0 0.02 250.83 0.88 0.84
Hex BF B2 FA 18 1D 0 2 FB 58 54
Octal 277 262 372 30 35 0 2 373 130 124
Binary 10111111 10110010 11111010 11000 11101 0 10 11111011 1011000 1010100

Color Harmonies of #BFB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB2FA

Black with #BFB2FA

Text Example


Text Example

White with #BFB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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