Html Css Color HEX #BBADEB Melrose

📋 copy color: '#BBADEB'

red 187 ◦ green 173 ◦ blue 235

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

Shades of Melrose #BBADEB

Tints of Melrose #BBADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 31.43%
G = 29.08%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBADEB (or 0xBBADEB) is known color: Melrose. HEX triplet: BB, AD and EB. RGB value is (187,173,235). Sum of RGB (Red+Green+Blue) = 187+173+235=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADEB is #445214. Grayscale: #B8B8B8. Windows color (decimal): -4477461 or 15445435. OLE color: 15445435.

HSL color Cylindrical-coordinate representation of color #BBADEB: hue angle of 253.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBADEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 173 235 -
CMYK 0.20 0.26 0 0.08
HSL 253.55º 0.61% 0.8% -
HSV(B) 253.55º 0.26% 0.92% -
XYZ 50.43 46.45 84.9 -
YUV 184.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 187 173 235 0.20 0.26 0 0.08 253.55 0.61 0.8
Hex BB AD EB 14 1A 0 8 FE 3D 50
Octal 273 255 353 24 32 0 10 376 75 120
Binary 10111011 10101101 11101011 10100 11010 0 1000 11111110 111101 1010000

Color Harmonies of #BBADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADEB

Black with #BBADEB

Text Example


Text Example

White with #BBADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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