Html Css Color HEX #BBAFEC Melrose

📋 copy color: '#BBAFEC'

red 187 ◦ green 175 ◦ blue 236

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

Shades of Melrose #BBAFEC

Tints of Melrose #BBAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 31.27%
G = 29.26%
B = 39.46%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBAFEC (or 0xBBAFEC) is known color: Melrose. HEX triplet: BB, AF and EC. RGB value is (187,175,236). Sum of RGB (Red+Green+Blue) = 187+175+236=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFEC is #445013. Grayscale: #B9B9B9. Windows color (decimal): -4476948 or 15511483. OLE color: 15511483.

HSL color Cylindrical-coordinate representation of color #BBAFEC: hue angle of 251.8º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAFEC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 175 236 -
CMYK 0.21 0.26 0 0.07
HSL 251.8º 0.62% 0.81% -
HSV(B) 251.8º 0.26% 0.93% -
XYZ 50.96 47.28 85.8 -
YUV 185.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 187 175 236 0.21 0.26 0 0.07 251.8 0.62 0.81
Hex BB AF EC 15 1A 0 7 FC 3E 51
Octal 273 257 354 25 32 0 7 374 76 121
Binary 10111011 10101111 11101100 10101 11010 0 111 11111100 111110 1010001

Color Harmonies of #BBAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFEC

Black with #BBAFEC

Text Example


Text Example

White with #BBAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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