Html Css Color HEX #B1ADA6 Cloudy

📋 copy color: '#B1ADA6'

red 177 ◦ green 173 ◦ blue 166

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

Shades of Cloudy #B1ADA6

Tints of Cloudy #B1ADA6

RGB

 RED value IS 177 (69.53% from 255) = 34.3%

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

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

R = 34.3%
G = 33.53%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B1ADA6 (or 0xB1ADA6) is known color: Cloudy. HEX triplet: B1, AD and A6. RGB value is (177,173,166). Sum of RGB (Red+Green+Blue) = 177+173+166=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADA6 is #4E5259. Grayscale: #ADADAD. Windows color (decimal): -5132890 or 10923441. OLE color: 10923441.

HSL color Cylindrical-coordinate representation of color #B1ADA6: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1ADA6 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 166 -
CMYK 0 0.02 0.06 0.31
HSL 38.18º 0.07% 0.67% -
HSV(B) 38.18º 0.06% 0.69% -
XYZ 39.96 41.99 42.07 -
YUV 173.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 177 173 166 0 0.02 0.06 0.31 38.18 0.07 0.67
Hex B1 AD A6 0 2 6 1F 26 7 43
Octal 261 255 246 0 2 6 37 46 7 103
Binary 10110001 10101101 10100110 0 10 110 11111 100110 111 1000011

Color Harmonies of #B1ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADA6

Black with #B1ADA6

Text Example


Text Example

White with #B1ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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