Html Css Color HEX #B8AFCB Moon Raker

📋 copy color: '#B8AFCB'

red 184 ◦ green 175 ◦ blue 203

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

Shades of Moon Raker #B8AFCB

Tints of Moon Raker #B8AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 32.74%
G = 31.14%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8AFCB (or 0xB8AFCB) is known color: Moon Raker. HEX triplet: B8, AF and CB. RGB value is (184,175,203). Sum of RGB (Red+Green+Blue) = 184+175+203=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFCB is #475034. Grayscale: #B4B4B4. Windows color (decimal): -4673589 or 13348792. OLE color: 13348792.

HSL color Cylindrical-coordinate representation of color #B8AFCB: hue angle of 259.29º degrees, saturation: 0.21, 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 #B8AFCB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 175 203 -
CMYK 0.09 0.14 0 0.20
HSL 259.29º 0.21% 0.74% -
HSV(B) 259.29º 0.14% 0.8% -
XYZ 45.88 45.16 62.8 -
YUV 180.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 184 175 203 0.09 0.14 0 0.20 259.29 0.21 0.74
Hex B8 AF CB 9 E 0 14 103 15 4A
Octal 270 257 313 11 16 0 24 403 25 112
Binary 10111000 10101111 11001011 1001 1110 0 10100 100000011 10101 1001010

Color Harmonies of #B8AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFCB

Black with #B8AFCB

Text Example


Text Example

White with #B8AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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