Html Css Color HEX #BBADFF Melrose

📋 copy color: '#BBADFF'

red 187 ◦ green 173 ◦ blue 255

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

Shades of Melrose #BBADFF

Tints of Melrose #BBADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.13%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 30.41%
G = 28.13%
B = 41.46%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBADFF (or 0xBBADFF) is known color: Melrose. HEX triplet: BB, AD and FF. RGB value is (187,173,255). Sum of RGB (Red+Green+Blue) = 187+173+255=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADFF is #445200. Grayscale: #BABABA. Windows color (decimal): -4477441 or 16756155. OLE color: 16756155.

HSL color Cylindrical-coordinate representation of color #BBADFF: hue angle of 250.24º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBADFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 173 255 -
CMYK 0.27 0.32 0 0
HSL 250.24º 1% 0.84% -
HSV(B) 250.24º 0.32% 1% -
XYZ 53.49 47.67 100.99 -
YUV 186.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 187 173 255 0.27 0.32 0 0 250.24 1 0.84
Hex BB AD FF 1B 20 0 0 FA 64 54
Octal 273 255 377 33 40 0 0 372 144 124
Binary 10111011 10101101 11111111 11011 100000 0 0 11111010 1100100 1010100

Color Harmonies of #BBADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADFF

Black with #BBADFF

Text Example


Text Example

White with #BBADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADFF; }

 p { color: rgb(187,173,255); }

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

background-color css

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

 a { background-color: rgb(187,173,255); }

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

border-color css

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

 span { border-color: rgb(187,173,255); }

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