Html Css Color HEX #B2ADA6 Cloudy

📋 copy color: '#B2ADA6'

red 178 ◦ green 173 ◦ blue 166

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

Shades of Cloudy #B2ADA6

Tints of Cloudy #B2ADA6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.46%

 BLUE value IS 166 (65.23% from 255) = 32.11%

R = 34.43%
G = 33.46%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B2ADA6 (or 0xB2ADA6) is known color: Cloudy. HEX triplet: B2, AD and A6. RGB value is (178,173,166). Sum of RGB (Red+Green+Blue) = 178+173+166=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADA6 is #4D5259. Grayscale: #ADADAD. Windows color (decimal): -5067354 or 10923442. OLE color: 10923442.

HSL color Cylindrical-coordinate representation of color #B2ADA6: hue angle of 35º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2ADA6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 166 -
CMYK 0 0.03 0.07 0.30
HSL 35º 0.07% 0.67% -
HSV(B) 35º 0.07% 0.7% -
XYZ 40.19 42.11 42.09 -
YUV 173.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 178 173 166 0 0.03 0.07 0.30 35 0.07 0.67
Hex B2 AD A6 0 3 7 1E 23 7 43
Octal 262 255 246 0 3 7 36 43 7 103
Binary 10110010 10101101 10100110 0 11 111 11110 100011 111 1000011

Color Harmonies of #B2ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADA6

Black with #B2ADA6

Text Example


Text Example

White with #B2ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADA6; }

 p { color: rgb(178,173,166); }

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

background-color css

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

 a { background-color: rgb(178,173,166); }

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

border-color css

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

 span { border-color: rgb(178,173,166); }

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