Html Css Color HEX #BBAFDE Melrose

📋 copy color: '#BBAFDE'

red 187 ◦ green 175 ◦ blue 222

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

Shades of Melrose #BBAFDE

Tints of Melrose #BBAFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 32.02%
G = 29.97%
B = 38.01%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBAFDE (or 0xBBAFDE) is known color: Melrose. HEX triplet: BB, AF and DE. RGB value is (187,175,222). Sum of RGB (Red+Green+Blue) = 187+175+222=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDE is #445021. Grayscale: #B7B7B7. Windows color (decimal): -4476962 or 14593979. OLE color: 14593979.

HSL color Cylindrical-coordinate representation of color #BBAFDE: hue angle of 255.32º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAFDE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 175 222 -
CMYK 0.16 0.21 0 0.13
HSL 255.32º 0.42% 0.78% -
HSV(B) 255.32º 0.21% 0.87% -
XYZ 49.01 46.5 75.5 -
YUV 183.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 187 175 222 0.16 0.21 0 0.13 255.32 0.42 0.78
Hex BB AF DE 10 15 0 D FF 2A 4E
Octal 273 257 336 20 25 0 15 377 52 116
Binary 10111011 10101111 11011110 10000 10101 0 1101 11111111 101010 1001110

Color Harmonies of #BBAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFDE

Black with #BBAFDE

Text Example


Text Example

White with #BBAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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