Html Css Color HEX #BBA2FD Melrose

📋 copy color: '#BBA2FD'

red 187 ◦ green 162 ◦ blue 253

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

Shades of Melrose #BBA2FD

Tints of Melrose #BBA2FD

RGB

 RED value IS 187 (73.44% from 255) = 31.06%

 GREEN value IS 162 (63.67% from 255) = 26.91%

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

R = 31.06%
G = 26.91%
B = 42.03%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA2FD (or 0xBBA2FD) is known color: Melrose. HEX triplet: BB, A2 and FD. RGB value is (187,162,253). Sum of RGB (Red+Green+Blue) = 187+162+253=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2FD is #445D02. Grayscale: #B3B3B3. Windows color (decimal): -4480259 or 16622267. OLE color: 16622267.

HSL color Cylindrical-coordinate representation of color #BBA2FD: hue angle of 256.48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA2FD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 162 253 -
CMYK 0.26 0.36 0 0.01
HSL 256.48º 0.96% 0.81% -
HSV(B) 256.48º 0.36% 0.99% -
XYZ 51.14 43.5 98.63 -
YUV 179.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 187 162 253 0.26 0.36 0 0.01 256.48 0.96 0.81
Hex BB A2 FD 1A 24 0 1 100 60 51
Octal 273 242 375 32 44 0 1 400 140 121
Binary 10111011 10100010 11111101 11010 100100 0 1 100000000 1100000 1010001

Color Harmonies of #BBA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2FD

Black with #BBA2FD

Text Example


Text Example

White with #BBA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2FD; }

 p { color: rgb(187,162,253); }

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

background-color css

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

 a { background-color: rgb(187,162,253); }

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

border-color css

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

 span { border-color: rgb(187,162,253); }

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