Html Css Color HEX #B0AEBB Spun Pearl

📋 copy color: '#B0AEBB'

red 176 ◦ green 174 ◦ blue 187

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

Shades of Spun Pearl #B0AEBB

Tints of Spun Pearl #B0AEBB

RGB

 RED value IS 176 (69.14% from 255) = 32.77%

 GREEN value IS 174 (68.36% from 255) = 32.4%

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 32.77%
G = 32.4%
B = 34.82%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B0AEBB (or 0xB0AEBB) is known color: Spun Pearl. HEX triplet: B0, AE and BB. RGB value is (176,174,187). Sum of RGB (Red+Green+Blue) = 176+174+187=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEBB is #4F5144. Grayscale: #B0B0B0. Windows color (decimal): -5198149 or 12299952. OLE color: 12299952.

HSL color Cylindrical-coordinate representation of color #B0AEBB: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0AEBB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 174 187 -
CMYK 0.06 0.07 0 0.27
HSL 249.23º 0.09% 0.71% -
HSV(B) 249.23º 0.07% 0.73% -
XYZ 42.01 43.09 53.12 -
YUV 176.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 176 174 187 0.06 0.07 0 0.27 249.23 0.09 0.71
Hex B0 AE BB 6 7 0 1B F9 9 47
Octal 260 256 273 6 7 0 33 371 11 107
Binary 10110000 10101110 10111011 110 111 0 11011 11111001 1001 1000111

Color Harmonies of #B0AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AEBB

Black with #B0AEBB

Text Example


Text Example

White with #B0AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AEBB; }

 p { color: rgb(176,174,187); }

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

background-color css

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

 a { background-color: rgb(176,174,187); }

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

border-color css

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

 span { border-color: rgb(176,174,187); }

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