Html Css Color HEX #BBAFDF Melrose

📋 copy color: '#BBAFDF'

red 187 ◦ green 175 ◦ blue 223

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

Shades of Melrose #BBAFDF

Tints of Melrose #BBAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 31.97%
G = 29.91%
B = 38.12%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBAFDF (or 0xBBAFDF) is known color: Melrose. HEX triplet: BB, AF and DF. RGB value is (187,175,223). Sum of RGB (Red+Green+Blue) = 187+175+223=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDF is #445020. Grayscale: #B7B7B7. Windows color (decimal): -4476961 or 14659515. OLE color: 14659515.

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

Color convert

RGB 187 175 223 -
CMYK 0.16 0.22 0 0.13
HSL 255º 0.43% 0.78% -
HSV(B) 255º 0.22% 0.87% -
XYZ 49.14 46.55 76.21 -
YUV 184.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 187 175 223 0.16 0.22 0 0.13 255 0.43 0.78
Hex BB AF DF 10 16 0 D FF 2B 4E
Octal 273 257 337 20 26 0 15 377 53 116
Binary 10111011 10101111 11011111 10000 10110 0 1101 11111111 101011 1001110

Color Harmonies of #BBAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFDF

Black with #BBAFDF

Text Example


Text Example

White with #BBAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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