Html Css Color HEX #BBA5FD Melrose

📋 copy color: '#BBA5FD'

red 187 ◦ green 165 ◦ blue 253

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

Shades of Melrose #BBA5FD

Tints of Melrose #BBA5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.27%

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

R = 30.91%
G = 27.27%
B = 41.82%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA5FD (or 0xBBA5FD) is known color: Melrose. HEX triplet: BB, A5 and FD. RGB value is (187,165,253). Sum of RGB (Red+Green+Blue) = 187+165+253=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5FD is #445A02. Grayscale: #B5B5B5. Windows color (decimal): -4479491 or 16623035. OLE color: 16623035.

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

Color convert

RGB 187 165 253 -
CMYK 0.26 0.35 0 0.01
HSL 255º 0.96% 0.82% -
HSV(B) 255º 0.35% 0.99% -
XYZ 51.68 44.57 98.81 -
YUV 181.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 187 165 253 0.26 0.35 0 0.01 255 0.96 0.82
Hex BB A5 FD 1A 23 0 1 FF 60 52
Octal 273 245 375 32 43 0 1 377 140 122
Binary 10111011 10100101 11111101 11010 100011 0 1 11111111 1100000 1010010

Color Harmonies of #BBA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5FD

Black with #BBA5FD

Text Example


Text Example

White with #BBA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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