Html Css Color HEX #BBA5F2 Melrose

📋 copy color: '#BBA5F2'

red 187 ◦ green 165 ◦ blue 242

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

Shades of Melrose #BBA5F2

Tints of Melrose #BBA5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 31.48%
G = 27.78%
B = 40.74%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBA5F2 (or 0xBBA5F2) is known color: Melrose. HEX triplet: BB, A5 and F2. RGB value is (187,165,242). Sum of RGB (Red+Green+Blue) = 187+165+242=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBA5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5F2 is #445A0D. Grayscale: #B4B4B4. Windows color (decimal): -4479502 or 15902139. OLE color: 15902139.

HSL color Cylindrical-coordinate representation of color #BBA5F2: hue angle of 257.14º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA5F2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 165 242 -
CMYK 0.23 0.32 0 0.05
HSL 257.14º 0.75% 0.8% -
HSV(B) 257.14º 0.32% 0.95% -
XYZ 49.98 43.89 89.84 -
YUV 180.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 187 165 242 0.23 0.32 0 0.05 257.14 0.75 0.8
Hex BB A5 F2 17 20 0 5 101 4B 50
Octal 273 245 362 27 40 0 5 401 113 120
Binary 10111011 10100101 11110010 10111 100000 0 101 100000001 1001011 1010000

Color Harmonies of #BBA5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5F2

Black with #BBA5F2

Text Example


Text Example

White with #BBA5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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