Html Css Color HEX #BBAFF1 Melrose

📋 copy color: '#BBAFF1'

red 187 ◦ green 175 ◦ blue 241

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

Shades of Melrose #BBAFF1

Tints of Melrose #BBAFF1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.02%

 BLUE value IS 241 (94.53% from 255) = 39.97%

R = 31.01%
G = 29.02%
B = 39.97%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBAFF1 (or 0xBBAFF1) is known color: Melrose. HEX triplet: BB, AF and F1. RGB value is (187,175,241). Sum of RGB (Red+Green+Blue) = 187+175+241=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF1 is #44500E. Grayscale: #B9B9B9. Windows color (decimal): -4476943 or 15839163. OLE color: 15839163.

HSL color Cylindrical-coordinate representation of color #BBAFF1: hue angle of 250.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAFF1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 175 241 -
CMYK 0.22 0.27 0 0.05
HSL 250.91º 0.7% 0.82% -
HSV(B) 250.91º 0.27% 0.95% -
XYZ 51.7 47.58 89.68 -
YUV 186.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 187 175 241 0.22 0.27 0 0.05 250.91 0.7 0.82
Hex BB AF F1 16 1B 0 5 FB 46 52
Octal 273 257 361 26 33 0 5 373 106 122
Binary 10111011 10101111 11110001 10110 11011 0 101 11111011 1000110 1010010

Color Harmonies of #BBAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFF1

Black with #BBAFF1

Text Example


Text Example

White with #BBAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFF1; }

 p { color: rgb(187,175,241); }

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

background-color css

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

 a { background-color: rgb(187,175,241); }

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

border-color css

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

 span { border-color: rgb(187,175,241); }

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