#BDDCBA

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

Shades of Surf Crest #BDDCBA

Tints of Surf Crest #BDDCBA

Color information

#BDDCBA (or 0xBDDCBA) is unknown color: approx Surf Crest. HEX triplet: BD, DC and BA. RGB value is (189,220,186). Sum of RGB (Red+Green+Blue) = 189+220+186=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCBA is #422345. Grayscale: #CECECE. Windows color (decimal): -4334406 or 12246205. OLE color: 12246205.

HSL color Cylindrical-coordinate representation of color #BDDCBA: hue angle of 114.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDCBA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB189220186-
CMYK0.1400.150.14
HSL114.71º32.69%79.61%-
HSV(B)114.71º15.45%86.27%-
XYZ55.4465.5556.18-
YUV206.86116.23115.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=31.76%
G=36.97%
B=31.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201860.1400.150.14114.7132.6979.61
HexBDDCBAE0FE732150
Octal275334272160171616341120
Binary101111011101110010111010111001111111011100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCBA; }

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

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

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

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

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

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

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

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