Html Css Color HEX #BBAACF Moon Raker

📋 copy color: '#BBAACF'

red 187 ◦ green 170 ◦ blue 207

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

Shades of Moon Raker #BBAACF

Tints of Moon Raker #BBAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.14%

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 33.16%
G = 30.14%
B = 36.7%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBAACF (or 0xBBAACF) is known color: Moon Raker. HEX triplet: BB, AA and CF. RGB value is (187,170,207). Sum of RGB (Red+Green+Blue) = 187+170+207=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACF is #445530. Grayscale: #B3B3B3. Windows color (decimal): -4478257 or 13609659. OLE color: 13609659.

HSL color Cylindrical-coordinate representation of color #BBAACF: hue angle of 267.57º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAACF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 170 207 -
CMYK 0.10 0.18 0 0.19
HSL 267.57º 0.28% 0.74% -
HSV(B) 267.57º 0.18% 0.81% -
XYZ 46.13 43.82 65.06 -
YUV 179.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 187 170 207 0.10 0.18 0 0.19 267.57 0.28 0.74
Hex BB AA CF A 12 0 13 10C 1C 4A
Octal 273 252 317 12 22 0 23 414 34 112
Binary 10111011 10101010 11001111 1010 10010 0 10011 100001100 11100 1001010

Color Harmonies of #BBAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAACF

Black with #BBAACF

Text Example


Text Example

White with #BBAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAACF; }

 p { color: rgb(187,170,207); }

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

background-color css

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

 a { background-color: rgb(187,170,207); }

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

border-color css

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

 span { border-color: rgb(187,170,207); }

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