#B8D3BA

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

Shades of Surf #B8D3BA

Tints of Surf #B8D3BA

Color information

#B8D3BA (or 0xB8D3BA) is unknown color: approx Surf. HEX triplet: B8, D3 and BA. RGB value is (184,211,186). Sum of RGB (Red+Green+Blue) = 184+211+186=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3BA is #472C45. Grayscale: #C8C8C8. Windows color (decimal): -4664390 or 12243896. OLE color: 12243896.

HSL color Cylindrical-coordinate representation of color #B8D3BA: hue angle of 124.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D3BA is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB184211186-
CMYK0.1300.120.17
HSL124.44º23.48%77.45%-
HSV(B)124.44º12.8%82.75%-
XYZ51.9260.3255.36-
YUV200.08120.05116.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=31.67%
G=36.32%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842111860.1300.120.17124.4423.4877.45
HexB8D3BAD0C117c174d
Octal270323272150142117427115
Binary101110001101001110111010110101100100011111100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3BA; }

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

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

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

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

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

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

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

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