#B4D5BA

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

Shades of Surf #B4D5BA

Tints of Surf #B4D5BA

Color information

#B4D5BA (or 0xB4D5BA) is unknown color: approx Surf. HEX triplet: B4, D5 and BA. RGB value is (180,213,186). Sum of RGB (Red+Green+Blue) = 180+213+186=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5BA is #4B2A45. Grayscale: #C8C8C8. Windows color (decimal): -4926022 or 12244404. OLE color: 12244404.

HSL color Cylindrical-coordinate representation of color #B4D5BA: hue angle of 130.91º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D5BA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB180213186-
CMYK0.1500.130.16
HSL130.91º28.21%77.06%-
HSV(B)130.91º15.49%83.53%-
XYZ51.4860.8455.48-
YUV200.06120.07113.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=31.09%
G=36.79%
B=32.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802131860.1500.130.16130.9128.2177.06
HexB4D5BAF0D10831c4d
Octal264325272170152020334115
Binary1011010011010101101110101111011011000010000011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D5BA; }

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

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

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

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

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

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

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

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