#B4D3BD

Color #B4D3BD Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #B4D3BD

Tints of Surf #B4D3BD

Color information

#B4D3BD (or 0xB4D3BD) is unknown color: approx Surf. HEX triplet: B4, D3 and BD. RGB value is (180,211,189). Sum of RGB (Red+Green+Blue) = 180+211+189=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3BD is #4B2C42. Grayscale: #C7C7C7. Windows color (decimal): -4926531 or 12440500. OLE color: 12440500.

HSL color Cylindrical-coordinate representation of color #B4D3BD: hue angle of 137.42º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D3BD is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB180211189-
CMYK0.1500.100.17
HSL137.42º26.05%76.67%-
HSV(B)137.42º14.69%82.75%-
XYZ51.359.9757.01-
YUV199.22122.23114.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 211 (82.81% from 255) = 36.38%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=31.03%
G=36.38%
B=32.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802111890.1500.100.17137.4226.0576.67
HexB4D3BDF0A11891a4d
Octal264323275170122121132115
Binary1011010011010011101111011111010101000110001001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D3BD; }

 p { color: rgb(180,211,189); }

 H1.HeaderClassName
 {
   color: #B4D3BD;
 }
 .AnyTagClassName
 {
   color: #B4D3BD;
 }
</style>
background-color css

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

 a { background-color: rgb(180,211,189); }

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

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

 span { border-color: rgb(180,211,189); }

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