#BDC5BA

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

Shades of Surf Crest #BDC5BA

Tints of Surf Crest #BDC5BA

Color information

#BDC5BA (or 0xBDC5BA) is unknown color: approx Surf Crest. HEX triplet: BD, C5 and BA. RGB value is (189,197,186). Sum of RGB (Red+Green+Blue) = 189+197+186=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BA is #423A45. Grayscale: #C1C1C1. Windows color (decimal): -4340294 or 12240317. OLE color: 12240317.

HSL color Cylindrical-coordinate representation of color #BDC5BA: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC5BA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB189197186-
CMYK0.0400.060.23
HSL103.64º8.66%75.1%-
HSV(B)103.64º5.58%77.25%-
XYZ49.8254.354.31-
YUV193.35123.85124.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=33.04%
G=34.44%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971860.0400.060.23103.648.6675.1
HexBDC5BA406176894b
Octal2753052724062715011113
Binary101111011100010110111010100011010111110100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5BA; }

 p { color: rgb(189,197,186); }

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

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

 a { background-color: rgb(189,197,186); }

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

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

 span { border-color: rgb(189,197,186); }

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