Html Css Color HEX #BBAEDB Moon Raker

📋 copy color: '#BBAEDB'

red 187 ◦ green 174 ◦ blue 219

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

Shades of Moon Raker #BBAEDB

Tints of Moon Raker #BBAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 32.24%
G = 30%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBAEDB (or 0xBBAEDB) is known color: Moon Raker. HEX triplet: BB, AE and DB. RGB value is (187,174,219). Sum of RGB (Red+Green+Blue) = 187+174+219=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDB is #445124. Grayscale: #B6B6B6. Windows color (decimal): -4477221 or 14397115. OLE color: 14397115.

HSL color Cylindrical-coordinate representation of color #BBAEDB: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAEDB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 174 219 -
CMYK 0.15 0.21 0 0.14
HSL 257.33º 0.38% 0.77% -
HSV(B) 257.33º 0.21% 0.86% -
XYZ 48.42 45.95 73.34 -
YUV 183.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 187 174 219 0.15 0.21 0 0.14 257.33 0.38 0.77
Hex BB AE DB F 15 0 E 101 26 4D
Octal 273 256 333 17 25 0 16 401 46 115
Binary 10111011 10101110 11011011 1111 10101 0 1110 100000001 100110 1001101

Color Harmonies of #BBAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEDB

Black with #BBAEDB

Text Example


Text Example

White with #BBAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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