#BDDBBE

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

Shades of Surf #BDDBBE

Tints of Surf #BDDBBE

Color information

#BDDBBE (or 0xBDDBBE) is unknown color: approx Surf. HEX triplet: BD, DB and BE. RGB value is (189,219,190). Sum of RGB (Red+Green+Blue) = 189+219+190=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBBE is #422441. Grayscale: #CECECE. Windows color (decimal): -4334658 or 12508093. OLE color: 12508093.

HSL color Cylindrical-coordinate representation of color #BDDBBE: hue angle of 122º 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 #BDDBBE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB189219190-
CMYK0.1400.130.14
HSL122º29.41%80%-
HSV(B)122º13.7%85.88%-
XYZ55.6165.258.37-
YUV206.72118.56115.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=31.61%
G=36.62%
B=31.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191900.1400.130.1412229.4180
HexBDDBBEE0DE7a1d50
Octal275333276160151617235120
Binary10111101110110111011111011100110111101111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBBE; }

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

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

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

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

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

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

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

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