Html Css Color HEX #BBACFA Melrose

📋 copy color: '#BBACFA'

red 187 ◦ green 172 ◦ blue 250

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

Shades of Melrose #BBACFA

Tints of Melrose #BBACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.24%

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

R = 30.71%
G = 28.24%
B = 41.05%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBACFA (or 0xBBACFA) is known color: Melrose. HEX triplet: BB, AC and FA. RGB value is (187,172,250). Sum of RGB (Red+Green+Blue) = 187+172+250=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFA is #445305. Grayscale: #B9B9B9. Windows color (decimal): -4477702 or 16428219. OLE color: 16428219.

HSL color Cylindrical-coordinate representation of color #BBACFA: hue angle of 251.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBACFA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 172 250 -
CMYK 0.25 0.31 0 0.02
HSL 251.54º 0.89% 0.83% -
HSV(B) 251.54º 0.31% 0.98% -
XYZ 52.5 46.97 96.74 -
YUV 185.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 187 172 250 0.25 0.31 0 0.02 251.54 0.89 0.83
Hex BB AC FA 19 1F 0 2 FC 59 53
Octal 273 254 372 31 37 0 2 374 131 123
Binary 10111011 10101100 11111010 11001 11111 0 10 11111100 1011001 1010011

Color Harmonies of #BBACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACFA

Black with #BBACFA

Text Example


Text Example

White with #BBACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACFA; }

 p { color: rgb(187,172,250); }

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

background-color css

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

 a { background-color: rgb(187,172,250); }

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

border-color css

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

 span { border-color: rgb(187,172,250); }

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