#B5D6BC

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

Shades of Surf #B5D6BC

Tints of Surf #B5D6BC

Color information

#B5D6BC (or 0xB5D6BC) is unknown color: approx Surf. HEX triplet: B5, D6 and BC. RGB value is (181,214,188). Sum of RGB (Red+Green+Blue) = 181+214+188=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6BC is #4A2943. Grayscale: #C9C9C9. Windows color (decimal): -4860228 or 12375733. OLE color: 12375733.

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

Color convert

RGB181214188-
CMYK0.1500.120.16
HSL132.73º28.7%77.45%-
HSV(B)132.73º15.42%83.92%-
XYZ52.1861.5556.71-
YUV201.17120.57113.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=31.05%
G=36.71%
B=32.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812141880.1500.120.16132.7328.777.45
HexB5D6BCF0C10851d4d
Octal265326274170142020535115
Binary1011010111010110101111001111011001000010000101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6BC; }

 p { color: rgb(181,214,188); }

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

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

 a { background-color: rgb(181,214,188); }

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

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

 span { border-color: rgb(181,214,188); }

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