Html Css Color HEX #BBA8F4 Melrose

📋 copy color: '#BBA8F4'

red 187 ◦ green 168 ◦ blue 244

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

Shades of Melrose #BBA8F4

Tints of Melrose #BBA8F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.73%

R = 31.22%
G = 28.05%
B = 40.73%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA8F4 (or 0xBBA8F4) is known color: Melrose. HEX triplet: BB, A8 and F4. RGB value is (187,168,244). Sum of RGB (Red+Green+Blue) = 187+168+244=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBA8F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8F4 is #44570B. Grayscale: #B6B6B6. Windows color (decimal): -4478732 or 16033979. OLE color: 16033979.

HSL color Cylindrical-coordinate representation of color #BBA8F4: hue angle of 255º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA8F4 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 168 244 -
CMYK 0.23 0.31 0 0.04
HSL 255º 0.78% 0.81% -
HSV(B) 255º 0.31% 0.96% -
XYZ 50.83 45.1 91.61 -
YUV 182.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 187 168 244 0.23 0.31 0 0.04 255 0.78 0.81
Hex BB A8 F4 17 1F 0 4 FF 4E 51
Octal 273 250 364 27 37 0 4 377 116 121
Binary 10111011 10101000 11110100 10111 11111 0 100 11111111 1001110 1010001

Color Harmonies of #BBA8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8F4

Black with #BBA8F4

Text Example


Text Example

White with #BBA8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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