Html Css Color HEX #BBAEDE Moon Raker

📋 copy color: '#BBAEDE'

red 187 ◦ green 174 ◦ blue 222

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

Shades of Moon Raker #BBAEDE

Tints of Moon Raker #BBAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 32.08%
G = 29.85%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBAEDE (or 0xBBAEDE) is known color: Moon Raker. HEX triplet: BB, AE and DE. RGB value is (187,174,222). Sum of RGB (Red+Green+Blue) = 187+174+222=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDE is #445121. Grayscale: #B7B7B7. Windows color (decimal): -4477218 or 14593723. OLE color: 14593723.

HSL color Cylindrical-coordinate representation of color #BBAEDE: hue angle of 256.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAEDE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 174 222 -
CMYK 0.16 0.22 0 0.13
HSL 256.25º 0.42% 0.78% -
HSV(B) 256.25º 0.22% 0.87% -
XYZ 48.81 46.11 75.43 -
YUV 183.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 187 174 222 0.16 0.22 0 0.13 256.25 0.42 0.78
Hex BB AE DE 10 16 0 D 100 2A 4E
Octal 273 256 336 20 26 0 15 400 52 116
Binary 10111011 10101110 11011110 10000 10110 0 1101 100000000 101010 1001110

Color Harmonies of #BBAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEDE

Black with #BBAEDE

Text Example


Text Example

White with #BBAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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