#BDDFB8

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

Shades of Surf Crest #BDDFB8

Tints of Surf Crest #BDDFB8

Color information

#BDDFB8 (or 0xBDDFB8) is unknown color: approx Surf Crest. HEX triplet: BD, DF and B8. RGB value is (189,223,184). Sum of RGB (Red+Green+Blue) = 189+223+184=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFB8 is #422047. Grayscale: #D0D0D0. Windows color (decimal): -4333640 or 12115901. OLE color: 12115901.

HSL color Cylindrical-coordinate representation of color #BDDFB8: hue angle of 112.31º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDFB8 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB189223184-
CMYK0.1500.170.13
HSL112.31º37.86%79.8%-
HSV(B)112.31º17.49%87.45%-
XYZ56.0367.0555.34-
YUV208.39114.24114.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 184 (72.27% from 255) = 30.87%
R=31.71%
G=37.42%
B=30.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231840.1500.170.13112.3137.8679.8
HexBDDFB8F011D702650
Octal275337270170211516046120
Binary1011110111011111101110001111010001110111100001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFB8; }

 p { color: rgb(189,223,184); }

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

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

 a { background-color: rgb(189,223,184); }

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

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

 span { border-color: rgb(189,223,184); }

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