#BDD7B3

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

Shades of Surf Crest #BDD7B3

Tints of Surf Crest #BDD7B3

Color information

#BDD7B3 (or 0xBDD7B3) is unknown color: approx Surf Crest. HEX triplet: BD, D7 and B3. RGB value is (189,215,179). Sum of RGB (Red+Green+Blue) = 189+215+179=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7B3 is #42284C. Grayscale: #CBCBCB. Windows color (decimal): -4335693 or 11786173. OLE color: 11786173.

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

Color convert

RGB189215179-
CMYK0.1200.170.16
HSL103.33º31.03%77.25%-
HSV(B)103.33º16.74%84.31%-
XYZ53.4262.6751.93-
YUV203.12114.39117.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=32.42%
G=36.88%
B=30.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151790.1200.170.16103.3331.0377.25
HexBDD7B3C01110671f4d
Octal275327263140212014737115
Binary1011110111010111101100111100010001100001100111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7B3; }

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

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

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

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

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

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

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

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