#B4D3BA

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

Shades of Surf #B4D3BA

Tints of Surf #B4D3BA

Color information

#B4D3BA (or 0xB4D3BA) is unknown color: approx Surf. HEX triplet: B4, D3 and BA. RGB value is (180,211,186). Sum of RGB (Red+Green+Blue) = 180+211+186=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3BA is #4B2C45. Grayscale: #C6C6C6. Windows color (decimal): -4926534 or 12243892. OLE color: 12243892.

HSL color Cylindrical-coordinate representation of color #B4D3BA: hue angle of 131.61º 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 #B4D3BA is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB180211186-
CMYK0.1500.120.17
HSL131.61º26.05%76.67%-
HSV(B)131.61º14.69%82.75%-
XYZ50.9859.8455.32-
YUV198.88120.73114.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=31.20%
G=36.57%
B=32.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802111860.1500.120.17131.6126.0576.67
HexB4D3BAF0C11841a4d
Octal264323272170142120432115
Binary1011010011010011101110101111011001000110000100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D3BA; }

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

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

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

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

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

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

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

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