Html Css Color HEX #BBA8FD Melrose

📋 copy color: '#BBA8FD'

red 187 ◦ green 168 ◦ blue 253

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

Shades of Melrose #BBA8FD

Tints of Melrose #BBA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.63%

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

R = 30.76%
G = 27.63%
B = 41.61%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA8FD (or 0xBBA8FD) is known color: Melrose. HEX triplet: BB, A8 and FD. RGB value is (187,168,253). Sum of RGB (Red+Green+Blue) = 187+168+253=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FD is #445702. Grayscale: #B7B7B7. Windows color (decimal): -4478723 or 16623803. OLE color: 16623803.

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

Color convert

RGB 187 168 253 -
CMYK 0.26 0.34 0 0.01
HSL 253.41º 0.96% 0.83% -
HSV(B) 253.41º 0.34% 0.99% -
XYZ 52.23 45.66 98.99 -
YUV 183.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 187 168 253 0.26 0.34 0 0.01 253.41 0.96 0.83
Hex BB A8 FD 1A 22 0 1 FD 60 53
Octal 273 250 375 32 42 0 1 375 140 123
Binary 10111011 10101000 11111101 11010 100010 0 1 11111101 1100000 1010011

Color Harmonies of #BBA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8FD

Black with #BBA8FD

Text Example


Text Example

White with #BBA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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