Html Css Color HEX #BBACEC Melrose

📋 copy color: '#BBACEC'

red 187 ◦ green 172 ◦ blue 236

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

Shades of Melrose #BBACEC

Tints of Melrose #BBACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.91%

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

R = 31.43%
G = 28.91%
B = 39.66%

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

#BBACEC (or 0xBBACEC) is known color: Melrose. HEX triplet: BB, AC and EC. RGB value is (187,172,236). Sum of RGB (Red+Green+Blue) = 187+172+236=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEC is #445313. Grayscale: #B7B7B7. Windows color (decimal): -4477716 or 15510715. OLE color: 15510715.

HSL color Cylindrical-coordinate representation of color #BBACEC: hue angle of 254.06º degrees, saturation: 0.63, 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 #BBACEC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 172 236 -
CMYK 0.21 0.27 0 0.07
HSL 254.06º 0.63% 0.8% -
HSV(B) 254.06º 0.27% 0.93% -
XYZ 50.39 46.13 85.6 -
YUV 183.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 187 172 236 0.21 0.27 0 0.07 254.06 0.63 0.8
Hex BB AC EC 15 1B 0 7 FE 3F 50
Octal 273 254 354 25 33 0 7 376 77 120
Binary 10111011 10101100 11101100 10101 11011 0 111 11111110 111111 1010000

Color Harmonies of #BBACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACEC

Black with #BBACEC

Text Example


Text Example

White with #BBACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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