Html Css Color HEX #BBAEDC Moon Raker

📋 copy color: '#BBAEDC'

red 187 ◦ green 174 ◦ blue 220

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

Shades of Moon Raker #BBAEDC

Tints of Moon Raker #BBAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.95%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 32.19%
G = 29.95%
B = 37.87%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBAEDC (or 0xBBAEDC) is known color: Moon Raker. HEX triplet: BB, AE and DC. RGB value is (187,174,220). Sum of RGB (Red+Green+Blue) = 187+174+220=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDC is #445123. Grayscale: #B6B6B6. Windows color (decimal): -4477220 or 14462651. OLE color: 14462651.

HSL color Cylindrical-coordinate representation of color #BBAEDC: hue angle of 256.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAEDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 174 220 -
CMYK 0.15 0.21 0 0.14
HSL 256.96º 0.4% 0.77% -
HSV(B) 256.96º 0.21% 0.86% -
XYZ 48.55 46 74.03 -
YUV 183.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 187 174 220 0.15 0.21 0 0.14 256.96 0.4 0.77
Hex BB AE DC F 15 0 E 101 28 4D
Octal 273 256 334 17 25 0 16 401 50 115
Binary 10111011 10101110 11011100 1111 10101 0 1110 100000001 101000 1001101

Color Harmonies of #BBAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEDC

Black with #BBAEDC

Text Example


Text Example

White with #BBAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEDC; }

 p { color: rgb(187,174,220); }

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

background-color css

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

 a { background-color: rgb(187,174,220); }

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

border-color css

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

 span { border-color: rgb(187,174,220); }

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