#BDC6BA

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

Shades of Surf Crest #BDC6BA

Tints of Surf Crest #BDC6BA

Color information

#BDC6BA (or 0xBDC6BA) is unknown color: approx Surf Crest. HEX triplet: BD, C6 and BA. RGB value is (189,198,186). Sum of RGB (Red+Green+Blue) = 189+198+186=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BA is #423945. Grayscale: #C1C1C1. Windows color (decimal): -4340038 or 12240573. OLE color: 12240573.

HSL color Cylindrical-coordinate representation of color #BDC6BA: hue angle of 105º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC6BA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB189198186-
CMYK0.0500.060.22
HSL105º9.52%75.29%-
HSV(B)105º6.06%77.65%-
XYZ50.0454.7554.39-
YUV193.94123.52124.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=32.98%
G=34.55%
B=32.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981860.0500.060.221059.5275.29
HexBDC6BA5061669a4b
Octal2753062725062615112113
Binary101111011100011010111010101011010110110100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6BA; }

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

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

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

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

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

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

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

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