#BDD6B0

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

Shades of Surf Crest #BDD6B0

Tints of Surf Crest #BDD6B0

Color information

#BDD6B0 (or 0xBDD6B0) is unknown color: approx Surf Crest. HEX triplet: BD, D6 and B0. RGB value is (189,214,176). Sum of RGB (Red+Green+Blue) = 189+214+176=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6B0 is #42294F. Grayscale: #CACACA. Windows color (decimal): -4335952 or 11589309. OLE color: 11589309.

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

Color convert

RGB189214176-
CMYK0.1200.180.16
HSL99.47º31.67%76.47%-
HSV(B)99.47º17.76%83.92%-
XYZ52.8762.0550.26-
YUV202.19113.22118.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=32.64%
G=36.96%
B=30.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141760.1200.180.1699.4731.6776.47
HexBDD6B0C0121063204c
Octal275326260140222014340114
Binary10111101110101101011000011000100101000011000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6B0; }

 p { color: rgb(189,214,176); }

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

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

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

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

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

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

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