#BDDDBE

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

Shades of Surf #BDDDBE

Tints of Surf #BDDDBE

Color information

#BDDDBE (or 0xBDDDBE) is unknown color: approx Surf. HEX triplet: BD, DD and BE. RGB value is (189,221,190). Sum of RGB (Red+Green+Blue) = 189+221+190=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDBE is #422241. Grayscale: #CFCFCF. Windows color (decimal): -4334146 or 12508605. OLE color: 12508605.

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

Color convert

RGB189221190-
CMYK0.1400.140.13
HSL121.87º32%80.39%-
HSV(B)121.87º14.48%86.67%-
XYZ56.1466.2558.54-
YUV207.9117.9114.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=31.5%
G=36.83%
B=31.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211900.1400.140.13121.873280.39
HexBDDDBEE0ED7a2050
Octal275335276160161517240120
Binary101111011101110110111110111001110110111110101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDBE; }

 p { color: rgb(189,221,190); }

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

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

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

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

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

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

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