Html Css Color HEX #BBAED1 Moon Raker

📋 copy color: '#BBAED1'

red 187 ◦ green 174 ◦ blue 209

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

Shades of Moon Raker #BBAED1

Tints of Moon Raker #BBAED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.67%

R = 32.81%
G = 30.53%
B = 36.67%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBAED1 (or 0xBBAED1) is known color: Moon Raker. HEX triplet: BB, AE and D1. RGB value is (187,174,209). Sum of RGB (Red+Green+Blue) = 187+174+209=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED1 is #44512E. Grayscale: #B5B5B5. Windows color (decimal): -4477231 or 13741755. OLE color: 13741755.

HSL color Cylindrical-coordinate representation of color #BBAED1: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAED1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 174 209 -
CMYK 0.11 0.17 0 0.18
HSL 262.29º 0.28% 0.75% -
HSV(B) 262.29º 0.17% 0.82% -
XYZ 47.14 45.44 66.61 -
YUV 181.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 187 174 209 0.11 0.17 0 0.18 262.29 0.28 0.75
Hex BB AE D1 B 11 0 12 106 1C 4B
Octal 273 256 321 13 21 0 22 406 34 113
Binary 10111011 10101110 11010001 1011 10001 0 10010 100000110 11100 1001011

Color Harmonies of #BBAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAED1

Black with #BBAED1

Text Example


Text Example

White with #BBAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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