Html Css Color HEX #BBAFD0 Moon Raker

📋 copy color: '#BBAFD0'

red 187 ◦ green 175 ◦ blue 208

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

Shades of Moon Raker #BBAFD0

Tints of Moon Raker #BBAFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 32.81%
G = 30.7%
B = 36.49%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBAFD0 (or 0xBBAFD0) is known color: Moon Raker. HEX triplet: BB, AF and D0. RGB value is (187,175,208). Sum of RGB (Red+Green+Blue) = 187+175+208=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD0 is #44502F. Grayscale: #B6B6B6. Windows color (decimal): -4476976 or 13676475. OLE color: 13676475.

HSL color Cylindrical-coordinate representation of color #BBAFD0: hue angle of 261.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAFD0 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 175 208 -
CMYK 0.10 0.16 0 0.18
HSL 261.82º 0.26% 0.75% -
HSV(B) 261.82º 0.16% 0.82% -
XYZ 47.21 45.78 66.02 -
YUV 182.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 187 175 208 0.10 0.16 0 0.18 261.82 0.26 0.75
Hex BB AF D0 A 10 0 12 106 1A 4B
Octal 273 257 320 12 20 0 22 406 32 113
Binary 10111011 10101111 11010000 1010 10000 0 10010 100000110 11010 1001011

Color Harmonies of #BBAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFD0

Black with #BBAFD0

Text Example


Text Example

White with #BBAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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