Html Css Color HEX #BBADEC Melrose

📋 copy color: '#BBADEC'

red 187 ◦ green 173 ◦ blue 236

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

Shades of Melrose #BBADEC

Tints of Melrose #BBADEC

RGB

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

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

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

R = 31.38%
G = 29.03%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBADEC (or 0xBBADEC) is known color: Melrose. HEX triplet: BB, AD and EC. RGB value is (187,173,236). Sum of RGB (Red+Green+Blue) = 187+173+236=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADEC is #445213. Grayscale: #B8B8B8. Windows color (decimal): -4477460 or 15510971. OLE color: 15510971.

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

Color convert

RGB 187 173 236 -
CMYK 0.21 0.27 0 0.07
HSL 253.33º 0.62% 0.8% -
HSV(B) 253.33º 0.27% 0.93% -
XYZ 50.58 46.51 85.67 -
YUV 184.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 187 173 236 0.21 0.27 0 0.07 253.33 0.62 0.8
Hex BB AD EC 15 1B 0 7 FD 3E 50
Octal 273 255 354 25 33 0 7 375 76 120
Binary 10111011 10101101 11101100 10101 11011 0 111 11111101 111110 1010000

Color Harmonies of #BBADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADEC

Black with #BBADEC

Text Example


Text Example

White with #BBADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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