#BCD8B8

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

Shades of Surf Crest #BCD8B8

Tints of Surf Crest #BCD8B8

Color information

#BCD8B8 (or 0xBCD8B8) is unknown color: approx Surf Crest. HEX triplet: BC, D8 and B8. RGB value is (188,216,184). Sum of RGB (Red+Green+Blue) = 188+216+184=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8B8 is #432747. Grayscale: #CCCCCC. Windows color (decimal): -4400968 or 12114108. OLE color: 12114108.

HSL color Cylindrical-coordinate representation of color #BCD8B8: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD8B8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB188216184-
CMYK0.1300.150.15
HSL112.5º29.09%78.43%-
HSV(B)112.5º14.81%84.71%-
XYZ53.9563.2654.72-
YUV203.98116.72116.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=31.97%
G=36.73%
B=31.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161840.1300.150.15112.529.0978.43
HexBCD8B8D0FF701d4e
Octal274330270150171716035116
Binary10111100110110001011100011010111111111110000111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8B8; }

 p { color: rgb(188,216,184); }

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

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

 a { background-color: rgb(188,216,184); }

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

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

 span { border-color: rgb(188,216,184); }

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