Html Css Color HEX #BBAFF0 Melrose

📋 copy color: '#BBAFF0'

red 187 ◦ green 175 ◦ blue 240

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

Shades of Melrose #BBAFF0

Tints of Melrose #BBAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.87%

R = 31.06%
G = 29.07%
B = 39.87%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBAFF0 (or 0xBBAFF0) is known color: Melrose. HEX triplet: BB, AF and F0. RGB value is (187,175,240). Sum of RGB (Red+Green+Blue) = 187+175+240=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF0 is #44500F. Grayscale: #B9B9B9. Windows color (decimal): -4476944 or 15773627. OLE color: 15773627.

HSL color Cylindrical-coordinate representation of color #BBAFF0: hue angle of 251.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAFF0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 175 240 -
CMYK 0.22 0.27 0 0.06
HSL 251.08º 0.68% 0.81% -
HSV(B) 251.08º 0.27% 0.94% -
XYZ 51.55 47.52 88.89 -
YUV 186 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 187 175 240 0.22 0.27 0 0.06 251.08 0.68 0.81
Hex BB AF F0 16 1B 0 6 FB 44 51
Octal 273 257 360 26 33 0 6 373 104 121
Binary 10111011 10101111 11110000 10110 11011 0 110 11111011 1000100 1010001

Color Harmonies of #BBAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFF0

Black with #BBAFF0

Text Example


Text Example

White with #BBAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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