Html Css Color HEX #BBA8E1 Moon Raker

📋 copy color: '#BBA8E1'

red 187 ◦ green 168 ◦ blue 225

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

Shades of Moon Raker #BBA8E1

Tints of Moon Raker #BBA8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 32.24%
G = 28.97%
B = 38.79%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBA8E1 (or 0xBBA8E1) is known color: Moon Raker. HEX triplet: BB, A8 and E1. RGB value is (187,168,225). Sum of RGB (Red+Green+Blue) = 187+168+225=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBA8E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8E1 is #44571E. Grayscale: #B3B3B3. Windows color (decimal): -4478751 or 14788795. OLE color: 14788795.

HSL color Cylindrical-coordinate representation of color #BBA8E1: hue angle of 260º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA8E1 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 168 225 -
CMYK 0.17 0.25 0 0.12
HSL 260º 0.49% 0.77% -
HSV(B) 260º 0.25% 0.88% -
XYZ 48.09 44.01 77.19 -
YUV 180.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 187 168 225 0.17 0.25 0 0.12 260 0.49 0.77
Hex BB A8 E1 11 19 0 C 104 31 4D
Octal 273 250 341 21 31 0 14 404 61 115
Binary 10111011 10101000 11100001 10001 11001 0 1100 100000100 110001 1001101

Color Harmonies of #BBA8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8E1

Black with #BBA8E1

Text Example


Text Example

White with #BBA8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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