#B4D5B9

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

Shades of Surf #B4D5B9

Tints of Surf #B4D5B9

Color information

#B4D5B9 (or 0xB4D5B9) is unknown color: approx Surf. HEX triplet: B4, D5 and B9. RGB value is (180,213,185). Sum of RGB (Red+Green+Blue) = 180+213+185=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5B9 is #4B2A46. Grayscale: #C8C8C8. Windows color (decimal): -4926023 or 12178868. OLE color: 12178868.

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

Color convert

RGB180213185-
CMYK0.1500.130.16
HSL129.09º28.21%77.06%-
HSV(B)129.09º15.49%83.53%-
XYZ51.3760.7954.93-
YUV199.94119.57113.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=31.14%
G=36.85%
B=32.01%

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
Decimal1802131850.1500.130.16129.0928.2177.06
HexB4D5B9F0D10811c4d
Octal264325271170152020134115
Binary1011010011010101101110011111011011000010000001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D5B9; }

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

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

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

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

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

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

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

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