Html Css Color HEX #B5AFA5 Cloudy

📋 copy color: '#B5AFA5'

red 181 ◦ green 175 ◦ blue 165

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

Shades of Cloudy #B5AFA5

Tints of Cloudy #B5AFA5

RGB

 RED value IS 181 (71.09% from 255) = 34.74%

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

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 34.74%
G = 33.59%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B5AFA5 (or 0xB5AFA5) is known color: Cloudy. HEX triplet: B5, AF and A5. RGB value is (181,175,165). Sum of RGB (Red+Green+Blue) = 181+175+165=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFA5 is #4A505A. Grayscale: #AFAFAF. Windows color (decimal): -4870235 or 10858421. OLE color: 10858421.

HSL color Cylindrical-coordinate representation of color #B5AFA5: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AFA5 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 165 -
CMYK 0 0.03 0.09 0.29
HSL 37.5º 0.1% 0.68% -
HSV(B) 37.5º 0.09% 0.71% -
XYZ 41.18 43.2 41.77 -
YUV 175.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 181 175 165 0 0.03 0.09 0.29 37.5 0.1 0.68
Hex B5 AF A5 0 3 9 1D 26 A 44
Octal 265 257 245 0 3 11 35 46 12 104
Binary 10110101 10101111 10100101 0 11 1001 11101 100110 1010 1000100

Color Harmonies of #B5AFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFA5

Black with #B5AFA5

Text Example


Text Example

White with #B5AFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFA5; }

 p { color: rgb(181,175,165); }

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

background-color css

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

 a { background-color: rgb(181,175,165); }

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

border-color css

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

 span { border-color: rgb(181,175,165); }

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