#BDDBBB

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

Shades of Surf #BDDBBB

Tints of Surf #BDDBBB

Color information

#BDDBBB (or 0xBDDBBB) is unknown color: approx Surf. HEX triplet: BD, DB and BB. RGB value is (189,219,187). Sum of RGB (Red+Green+Blue) = 189+219+187=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBBB is #422444. Grayscale: #CECECE. Windows color (decimal): -4334661 or 12311485. OLE color: 12311485.

HSL color Cylindrical-coordinate representation of color #BDDBBB: hue angle of 116.25º degrees, saturation: 0.31, 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 #BDDBBB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB189219187-
CMYK0.1400.150.14
HSL116.25º30.77%79.61%-
HSV(B)116.25º14.61%85.88%-
XYZ55.2965.0756.66-
YUV206.38117.06115.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=31.76%
G=36.81%
B=31.43%

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
Decimal1892191870.1400.150.14116.2530.7779.61
HexBDDBBBE0FE741f50
Octal275333273160171616437120
Binary10111101110110111011101111100111111101110100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBBB; }

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

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

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

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

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

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

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

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