Html Css Color HEX #BBAED6 Moon Raker

📋 copy color: '#BBAED6'

red 187 ◦ green 174 ◦ blue 214

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

Shades of Moon Raker #BBAED6

Tints of Moon Raker #BBAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.22%

R = 32.52%
G = 30.26%
B = 37.22%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBAED6 (or 0xBBAED6) is known color: Moon Raker. HEX triplet: BB, AE and D6. RGB value is (187,174,214). Sum of RGB (Red+Green+Blue) = 187+174+214=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED6 is #445129. Grayscale: #B6B6B6. Windows color (decimal): -4477226 or 14069435. OLE color: 14069435.

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

Color convert

RGB 187 174 214 -
CMYK 0.13 0.19 0 0.16
HSL 259.5º 0.33% 0.76% -
HSV(B) 259.5º 0.19% 0.84% -
XYZ 47.77 45.69 69.92 -
YUV 182.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 187 174 214 0.13 0.19 0 0.16 259.5 0.33 0.76
Hex BB AE D6 D 13 0 10 104 21 4C
Octal 273 256 326 15 23 0 20 404 41 114
Binary 10111011 10101110 11010110 1101 10011 0 10000 100000100 100001 1001100

Color Harmonies of #BBAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAED6

Black with #BBAED6

Text Example


Text Example

White with #BBAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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