#BDCDB9

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

Shades of Surf Crest #BDCDB9

Tints of Surf Crest #BDCDB9

Color information

#BDCDB9 (or 0xBDCDB9) is unknown color: approx Surf Crest. HEX triplet: BD, CD and B9. RGB value is (189,205,185). Sum of RGB (Red+Green+Blue) = 189+205+185=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB9 is #423246. Grayscale: #C5C5C5. Windows color (decimal): -4338247 or 12176829. OLE color: 12176829.

HSL color Cylindrical-coordinate representation of color #BDCDB9: hue angle of 108º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB189205185-
CMYK0.0800.100.20
HSL108º16.67%76.47%-
HSV(B)108º9.76%80.39%-
XYZ51.5757.9854.37-
YUV197.94120.7121.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=32.64%
G=35.41%
B=31.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051850.0800.100.2010816.6776.47
HexBDCDB980A146c114c
Octal275315271100122415421114
Binary101111011100110110111001100001010101001101100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDB9; }

 p { color: rgb(189,205,185); }

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

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

 a { background-color: rgb(189,205,185); }

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

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

 span { border-color: rgb(189,205,185); }

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