Html Css Color HEX #BBAED4 Moon Raker

📋 copy color: '#BBAED4'

red 187 ◦ green 174 ◦ blue 212

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

Shades of Moon Raker #BBAED4

Tints of Moon Raker #BBAED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37%

R = 32.64%
G = 30.37%
B = 37%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBAED4 (or 0xBBAED4) is known color: Moon Raker. HEX triplet: BB, AE and D4. RGB value is (187,174,212). Sum of RGB (Red+Green+Blue) = 187+174+212=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED4 is #44512B. Grayscale: #B6B6B6. Windows color (decimal): -4477228 or 13938363. OLE color: 13938363.

HSL color Cylindrical-coordinate representation of color #BBAED4: hue angle of 260.53º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAED4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 174 212 -
CMYK 0.12 0.18 0 0.17
HSL 260.53º 0.31% 0.76% -
HSV(B) 260.53º 0.18% 0.83% -
XYZ 47.51 45.59 68.58 -
YUV 182.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 187 174 212 0.12 0.18 0 0.17 260.53 0.31 0.76
Hex BB AE D4 C 12 0 11 105 1F 4C
Octal 273 256 324 14 22 0 21 405 37 114
Binary 10111011 10101110 11010100 1100 10010 0 10001 100000101 11111 1001100

Color Harmonies of #BBAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAED4

Black with #BBAED4

Text Example


Text Example

White with #BBAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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