#BDDBBD

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

Shades of Surf #BDDBBD

Tints of Surf #BDDBBD

Color information

#BDDBBD (or 0xBDDBBD) is unknown color: approx Surf. HEX triplet: BD, DB and BD. RGB value is (189,219,189). Sum of RGB (Red+Green+Blue) = 189+219+189=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBBD is #422442. Grayscale: #CECECE. Windows color (decimal): -4334659 or 12442557. OLE color: 12442557.

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

Color convert

RGB189219189-
CMYK0.1400.140.14
HSL120º29.41%80%-
HSV(B)120º13.7%85.88%-
XYZ55.565.1657.8-
YUV206.61118.06115.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=31.66%
G=36.68%
B=31.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191890.1400.140.1412029.4180
HexBDDBBDE0EE781d50
Octal275333275160161617035120
Binary10111101110110111011110111100111011101111000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBBD; }

 p { color: rgb(189,219,189); }

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

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

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

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

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

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

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