#BDD5AF

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

Shades of Surf Crest #BDD5AF

Tints of Surf Crest #BDD5AF

Color information

#BDD5AF (or 0xBDD5AF) is unknown color: approx Surf Crest. HEX triplet: BD, D5 and AF. RGB value is (189,213,175). Sum of RGB (Red+Green+Blue) = 189+213+175=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5AF is #422A50. Grayscale: #C9C9C9. Windows color (decimal): -4336209 or 11523517. OLE color: 11523517.

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

Color convert

RGB189213175-
CMYK0.1100.180.16
HSL97.89º31.15%76.08%-
HSV(B)97.89º17.84%83.53%-
XYZ52.5261.549.66-
YUV201.49113.05119.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=32.76%
G=36.92%
B=30.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131750.1100.180.1697.8931.1576.08
HexBDD5AFB01210621f4c
Octal275325257130222014237114
Binary1011110111010101101011111011010010100001100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5AF; }

 p { color: rgb(189,213,175); }

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

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

 a { background-color: rgb(189,213,175); }

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

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

 span { border-color: rgb(189,213,175); }

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