#B8D5B3

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

Shades of Surf Crest #B8D5B3

Tints of Surf Crest #B8D5B3

Color information

#B8D5B3 (or 0xB8D5B3) is unknown color: approx Surf Crest. HEX triplet: B8, D5 and B3. RGB value is (184,213,179). Sum of RGB (Red+Green+Blue) = 184+213+179=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5B3 is #472A4C. Grayscale: #C8C8C8. Windows color (decimal): -4663885 or 11785656. OLE color: 11785656.

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

Color convert

RGB184213179-
CMYK0.1400.160.16
HSL111.18º28.81%76.86%-
HSV(B)111.18º15.96%83.53%-
XYZ51.761.0351.7-
YUV200.45115.89116.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=31.94%
G=36.98%
B=31.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842131790.1400.160.16111.1828.8176.86
HexB8D5B3E010106f1d4d
Octal270325263160202015735115
Binary1011100011010101101100111110010000100001101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D5B3; }

 p { color: rgb(184,213,179); }

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

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

 a { background-color: rgb(184,213,179); }

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

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

 span { border-color: rgb(184,213,179); }

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