Html Css Color HEX #BBAFD9 Moon Raker

📋 copy color: '#BBAFD9'

red 187 ◦ green 175 ◦ blue 217

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

Shades of Moon Raker #BBAFD9

Tints of Moon Raker #BBAFD9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 32.3%
G = 30.22%
B = 37.48%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBAFD9 (or 0xBBAFD9) is known color: Moon Raker. HEX triplet: BB, AF and D9. RGB value is (187,175,217). Sum of RGB (Red+Green+Blue) = 187+175+217=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD9 is #445026. Grayscale: #B7B7B7. Windows color (decimal): -4476967 or 14266299. OLE color: 14266299.

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

Color convert

RGB 187 175 217 -
CMYK 0.14 0.19 0 0.15
HSL 257.14º 0.36% 0.77% -
HSV(B) 257.14º 0.19% 0.85% -
XYZ 48.35 46.23 72.02 -
YUV 183.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 187 175 217 0.14 0.19 0 0.15 257.14 0.36 0.77
Hex BB AF D9 E 13 0 F 101 24 4D
Octal 273 257 331 16 23 0 17 401 44 115
Binary 10111011 10101111 11011001 1110 10011 0 1111 100000001 100100 1001101

Color Harmonies of #BBAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFD9

Black with #BBAFD9

Text Example


Text Example

White with #BBAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFD9; }

 p { color: rgb(187,175,217); }

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

background-color css

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

 a { background-color: rgb(187,175,217); }

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

border-color css

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

 span { border-color: rgb(187,175,217); }

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