Html Css Color HEX #BBA8E5 Moon Raker

📋 copy color: '#BBA8E5'

red 187 ◦ green 168 ◦ blue 229

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

Shades of Moon Raker #BBA8E5

Tints of Moon Raker #BBA8E5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.77%

 BLUE value IS 229 (89.84% from 255) = 39.21%

R = 32.02%
G = 28.77%
B = 39.21%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBA8E5 (or 0xBBA8E5) is known color: Moon Raker. HEX triplet: BB, A8 and E5. RGB value is (187,168,229). Sum of RGB (Red+Green+Blue) = 187+168+229=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8E5 is #44571A. Grayscale: #B4B4B4. Windows color (decimal): -4478747 or 15050939. OLE color: 15050939.

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

Color convert

RGB 187 168 229 -
CMYK 0.18 0.27 0 0.10
HSL 258.69º 0.54% 0.78% -
HSV(B) 258.69º 0.27% 0.9% -
XYZ 48.64 44.23 80.1 -
YUV 180.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 187 168 229 0.18 0.27 0 0.10 258.69 0.54 0.78
Hex BB A8 E5 12 1B 0 A 103 36 4E
Octal 273 250 345 22 33 0 12 403 66 116
Binary 10111011 10101000 11100101 10010 11011 0 1010 100000011 110110 1001110

Color Harmonies of #BBA8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8E5

Black with #BBA8E5

Text Example


Text Example

White with #BBA8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8E5; }

 p { color: rgb(187,168,229); }

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

background-color css

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

 a { background-color: rgb(187,168,229); }

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

border-color css

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

 span { border-color: rgb(187,168,229); }

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