Html Css Color HEX #B8AFCC Moon Raker

📋 copy color: '#B8AFCC'

red 184 ◦ green 175 ◦ blue 204

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

Shades of Moon Raker #B8AFCC

Tints of Moon Raker #B8AFCC

RGB

 RED value IS 184 (72.27% from 255) = 32.68%

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 32.68%
G = 31.08%
B = 36.23%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8AFCC (or 0xB8AFCC) is known color: Moon Raker. HEX triplet: B8, AF and CC. RGB value is (184,175,204). Sum of RGB (Red+Green+Blue) = 184+175+204=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFCC is #475033. Grayscale: #B4B4B4. Windows color (decimal): -4673588 or 13414328. OLE color: 13414328.

HSL color Cylindrical-coordinate representation of color #B8AFCC: hue angle of 258.62º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8AFCC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 175 204 -
CMYK 0.10 0.14 0 0.2
HSL 258.62º 0.22% 0.74% -
HSV(B) 258.62º 0.14% 0.8% -
XYZ 46 45.21 63.43 -
YUV 181 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 184 175 204 0.10 0.14 0 0.2 258.62 0.22 0.74
Hex B8 AF CC A E 0 14 103 16 4A
Octal 270 257 314 12 16 0 24 403 26 112
Binary 10111000 10101111 11001100 1010 1110 0 10100 100000011 10110 1001010

Color Harmonies of #B8AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFCC

Black with #B8AFCC

Text Example


Text Example

White with #B8AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFCC; }

 p { color: rgb(184,175,204); }

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

background-color css

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

 a { background-color: rgb(184,175,204); }

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

border-color css

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

 span { border-color: rgb(184,175,204); }

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