#B2D4BC

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

Shades of Surf #B2D4BC

Tints of Surf #B2D4BC

Color information

#B2D4BC (or 0xB2D4BC) is unknown color: approx Surf. HEX triplet: B2, D4 and BC. RGB value is (178,212,188). Sum of RGB (Red+Green+Blue) = 178+212+188=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D4BC is #4D2B43. Grayscale: #C7C7C7. Windows color (decimal): -5057348 or 12375218. OLE color: 12375218.

HSL color Cylindrical-coordinate representation of color #B2D4BC: hue angle of 137.65º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D4BC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB178212188-
CMYK0.1600.110.17
HSL137.65º28.33%76.47%-
HSV(B)137.65º16.04%83.14%-
XYZ50.9860.1856.51-
YUV199.1121.74112.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=30.80%
G=36.68%
B=32.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121880.1600.110.17137.6528.3376.47
HexB2D4BC100B118a1c4c
Octal262324274200132121234114
Binary10110010110101001011110010000010111000110001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D4BC; }

 p { color: rgb(178,212,188); }

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

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

 a { background-color: rgb(178,212,188); }

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

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

 span { border-color: rgb(178,212,188); }

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