Html Css Color HEX #BBAFC9 Moon Raker

📋 copy color: '#BBAFC9'

red 187 ◦ green 175 ◦ blue 201

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

Shades of Moon Raker #BBAFC9

Tints of Moon Raker #BBAFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.7%

R = 33.21%
G = 31.08%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBAFC9 (or 0xBBAFC9) is known color: Moon Raker. HEX triplet: BB, AF and C9. RGB value is (187,175,201). Sum of RGB (Red+Green+Blue) = 187+175+201=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC9 is #445036. Grayscale: #B5B5B5. Windows color (decimal): -4476983 or 13217723. OLE color: 13217723.

HSL color Cylindrical-coordinate representation of color #BBAFC9: hue angle of 267.69º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAFC9 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 175 201 -
CMYK 0.07 0.13 0 0.21
HSL 267.69º 0.19% 0.74% -
HSV(B) 267.69º 0.13% 0.79% -
XYZ 46.37 45.44 61.59 -
YUV 181.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 187 175 201 0.07 0.13 0 0.21 267.69 0.19 0.74
Hex BB AF C9 7 D 0 15 10C 13 4A
Octal 273 257 311 7 15 0 25 414 23 112
Binary 10111011 10101111 11001001 111 1101 0 10101 100001100 10011 1001010

Color Harmonies of #BBAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFC9

Black with #BBAFC9

Text Example


Text Example

White with #BBAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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