Html Css Color HEX #BBA7E7 Moon Raker

📋 copy color: '#BBA7E7'

red 187 ◦ green 167 ◦ blue 231

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

Shades of Moon Raker #BBA7E7

Tints of Moon Raker #BBA7E7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.55%

 BLUE value IS 231 (90.63% from 255) = 39.49%

R = 31.97%
G = 28.55%
B = 39.49%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA7E7 (or 0xBBA7E7) is known color: Moon Raker. HEX triplet: BB, A7 and E7. RGB value is (187,167,231). Sum of RGB (Red+Green+Blue) = 187+167+231=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7E7 is #445818. Grayscale: #B4B4B4. Windows color (decimal): -4479001 or 15181755. OLE color: 15181755.

HSL color Cylindrical-coordinate representation of color #BBA7E7: hue angle of 258.75º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA7E7 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 167 231 -
CMYK 0.19 0.28 0 0.09
HSL 258.75º 0.57% 0.78% -
HSV(B) 258.75º 0.28% 0.91% -
XYZ 48.74 43.97 81.52 -
YUV 180.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 187 167 231 0.19 0.28 0 0.09 258.75 0.57 0.78
Hex BB A7 E7 13 1C 0 9 103 39 4E
Octal 273 247 347 23 34 0 11 403 71 116
Binary 10111011 10100111 11100111 10011 11100 0 1001 100000011 111001 1001110

Color Harmonies of #BBA7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7E7

Black with #BBA7E7

Text Example


Text Example

White with #BBA7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7E7; }

 p { color: rgb(187,167,231); }

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

background-color css

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

 a { background-color: rgb(187,167,231); }

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

border-color css

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

 span { border-color: rgb(187,167,231); }

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