#BDD7BB

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

Shades of Surf Crest #BDD7BB

Tints of Surf Crest #BDD7BB

Color information

#BDD7BB (or 0xBDD7BB) is unknown color: approx Surf Crest. HEX triplet: BD, D7 and BB. RGB value is (189,215,187). Sum of RGB (Red+Green+Blue) = 189+215+187=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BB is #422844. Grayscale: #CCCCCC. Windows color (decimal): -4335685 or 12310461. OLE color: 12310461.

HSL color Cylindrical-coordinate representation of color #BDD7BB: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD7BB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB189215187-
CMYK0.1200.130.16
HSL115.71º25.93%78.82%-
HSV(B)115.71º13.02%84.31%-
XYZ54.2663.0156.32-
YUV204.03118.39117.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=31.98%
G=36.38%
B=31.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151870.1200.130.16115.7125.9378.82
HexBDD7BBC0D10741a4f
Octal275327273140152016432117
Binary101111011101011110111011110001101100001110100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7BB; }

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

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

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

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

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

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

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

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