Html Css Color HEX #B1BDA5 Tasman

📋 copy color: '#B1BDA5'

red 177 ◦ green 189 ◦ blue 165

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

Shades of Tasman #B1BDA5

Tints of Tasman #B1BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 33.33%
G = 35.59%
B = 31.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#B1BDA5 (or 0xB1BDA5) is known color: Tasman. HEX triplet: B1, BD and A5. RGB value is (177,189,165). Sum of RGB (Red+Green+Blue) = 177+189+165=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BDA5 is #4E425A. Grayscale: #B6B6B6. Windows color (decimal): -5128795 or 10862001. OLE color: 10862001.

HSL color Cylindrical-coordinate representation of color #B1BDA5: hue angle of 90º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1BDA5 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 165 -
CMYK 0.06 0 0.13 0.26
HSL 90º 0.15% 0.69% -
HSV(B) 90º 0.13% 0.74% -
XYZ 43.12 48.46 42.68 -
YUV 182.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 177 189 165 0.06 0 0.13 0.26 90 0.15 0.69
Hex B1 BD A5 6 0 D 1A 5A F 45
Octal 261 275 245 6 0 15 32 132 17 105
Binary 10110001 10111101 10100101 110 0 1101 11010 1011010 1111 1000101

Color Harmonies of #B1BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDA5

Black with #B1BDA5

Text Example


Text Example

White with #B1BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDA5; }

 p { color: rgb(177,189,165); }

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

background-color css

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

 a { background-color: rgb(177,189,165); }

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

border-color css

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

 span { border-color: rgb(177,189,165); }

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