Html Css Color HEX #B2AFAA Cloudy

📋 copy color: '#B2AFAA'

red 178 ◦ green 175 ◦ blue 170

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

Shades of Cloudy #B2AFAA

Tints of Cloudy #B2AFAA

RGB

 RED value IS 178 (69.92% from 255) = 34.03%

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 34.03%
G = 33.46%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B2AFAA (or 0xB2AFAA) is known color: Cloudy. HEX triplet: B2, AF and AA. RGB value is (178,175,170). Sum of RGB (Red+Green+Blue) = 178+175+170=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AFAA is #4D5055. Grayscale: #AFAFAF. Windows color (decimal): -5066838 or 11186098. OLE color: 11186098.

HSL color Cylindrical-coordinate representation of color #B2AFAA: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2AFAA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 170 -
CMYK 0 0.02 0.04 0.30
HSL 37.5º 0.05% 0.68% -
HSV(B) 37.5º 0.04% 0.7% -
XYZ 40.95 43.03 44.18 -
YUV 175.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 178 175 170 0 0.02 0.04 0.30 37.5 0.05 0.68
Hex B2 AF AA 0 2 4 1E 26 5 44
Octal 262 257 252 0 2 4 36 46 5 104
Binary 10110010 10101111 10101010 0 10 100 11110 100110 101 1000100

Color Harmonies of #B2AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFAA

Black with #B2AFAA

Text Example


Text Example

White with #B2AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFAA; }

 p { color: rgb(178,175,170); }

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

background-color css

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

 a { background-color: rgb(178,175,170); }

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

border-color css

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

 span { border-color: rgb(178,175,170); }

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