Html Css Color HEX #B8B0CB Moon Raker

📋 copy color: '#B8B0CB'

red 184 ◦ green 176 ◦ blue 203

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

Shades of Moon Raker #B8B0CB

Tints of Moon Raker #B8B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.26%

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

R = 32.68%
G = 31.26%
B = 36.06%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8B0CB (or 0xB8B0CB) is known color: Moon Raker. HEX triplet: B8, B0 and CB. RGB value is (184,176,203). Sum of RGB (Red+Green+Blue) = 184+176+203=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0CB is #474F34. Grayscale: #B5B5B5. Windows color (decimal): -4673333 or 13349048. OLE color: 13349048.

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

Color convert

RGB 184 176 203 -
CMYK 0.09 0.13 0 0.20
HSL 257.78º 0.21% 0.74% -
HSV(B) 257.78º 0.13% 0.8% -
XYZ 46.07 45.55 62.86 -
YUV 181.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 184 176 203 0.09 0.13 0 0.20 257.78 0.21 0.74
Hex B8 B0 CB 9 D 0 14 102 15 4A
Octal 270 260 313 11 15 0 24 402 25 112
Binary 10111000 10110000 11001011 1001 1101 0 10100 100000010 10101 1001010

Color Harmonies of #B8B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B0CB

Black with #B8B0CB

Text Example


Text Example

White with #B8B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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