Html Css Color HEX #BBAED8 Moon Raker

📋 copy color: '#BBAED8'

red 187 ◦ green 174 ◦ blue 216

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

Shades of Moon Raker #BBAED8

Tints of Moon Raker #BBAED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.44%

R = 32.41%
G = 30.16%
B = 37.44%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBAED8 (or 0xBBAED8) is known color: Moon Raker. HEX triplet: BB, AE and D8. RGB value is (187,174,216). Sum of RGB (Red+Green+Blue) = 187+174+216=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED8 is #445127. Grayscale: #B6B6B6. Windows color (decimal): -4477224 or 14200507. OLE color: 14200507.

HSL color Cylindrical-coordinate representation of color #BBAED8: hue angle of 258.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAED8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 174 216 -
CMYK 0.13 0.19 0 0.15
HSL 258.57º 0.35% 0.76% -
HSV(B) 258.57º 0.19% 0.85% -
XYZ 48.02 45.79 71.27 -
YUV 182.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 187 174 216 0.13 0.19 0 0.15 258.57 0.35 0.76
Hex BB AE D8 D 13 0 F 103 23 4C
Octal 273 256 330 15 23 0 17 403 43 114
Binary 10111011 10101110 11011000 1101 10011 0 1111 100000011 100011 1001100

Color Harmonies of #BBAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAED8

Black with #BBAED8

Text Example


Text Example

White with #BBAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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