Html Css Color HEX #BBACE0 Moon Raker

📋 copy color: '#BBACE0'

red 187 ◦ green 172 ◦ blue 224

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

Shades of Moon Raker #BBACE0

Tints of Moon Raker #BBACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 32.08%
G = 29.5%
B = 38.42%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBACE0 (or 0xBBACE0) is known color: Moon Raker. HEX triplet: BB, AC and E0. RGB value is (187,172,224). Sum of RGB (Red+Green+Blue) = 187+172+224=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACE0 is #44531F. Grayscale: #B6B6B6. Windows color (decimal): -4477728 or 14724283. OLE color: 14724283.

HSL color Cylindrical-coordinate representation of color #BBACE0: hue angle of 257.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBACE0 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 172 224 -
CMYK 0.17 0.23 0 0.12
HSL 257.31º 0.46% 0.78% -
HSV(B) 257.31º 0.23% 0.88% -
XYZ 48.7 45.45 76.73 -
YUV 182.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 187 172 224 0.17 0.23 0 0.12 257.31 0.46 0.78
Hex BB AC E0 11 17 0 C 101 2E 4E
Octal 273 254 340 21 27 0 14 401 56 116
Binary 10111011 10101100 11100000 10001 10111 0 1100 100000001 101110 1001110

Color Harmonies of #BBACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACE0

Black with #BBACE0

Text Example


Text Example

White with #BBACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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