Html Css Color HEX #BBAED0 Moon Raker

📋 copy color: '#BBAED0'

red 187 ◦ green 174 ◦ blue 208

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

Shades of Moon Raker #BBAED0

Tints of Moon Raker #BBAED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.56%

R = 32.86%
G = 30.58%
B = 36.56%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBAED0 (or 0xBBAED0) is known color: Moon Raker. HEX triplet: BB, AE and D0. RGB value is (187,174,208). Sum of RGB (Red+Green+Blue) = 187+174+208=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED0 is #44512F. Grayscale: #B5B5B5. Windows color (decimal): -4477232 or 13676219. OLE color: 13676219.

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

Color convert

RGB 187 174 208 -
CMYK 0.10 0.16 0 0.18
HSL 262.94º 0.27% 0.75% -
HSV(B) 262.94º 0.16% 0.82% -
XYZ 47.01 45.39 65.96 -
YUV 181.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 187 174 208 0.10 0.16 0 0.18 262.94 0.27 0.75
Hex BB AE D0 A 10 0 12 107 1B 4B
Octal 273 256 320 12 20 0 22 407 33 113
Binary 10111011 10101110 11010000 1010 10000 0 10010 100000111 11011 1001011

Color Harmonies of #BBAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAED0

Black with #BBAED0

Text Example


Text Example

White with #BBAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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