#BCD8B9

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

Shades of Surf Crest #BCD8B9

Tints of Surf Crest #BCD8B9

Color information

#BCD8B9 (or 0xBCD8B9) is unknown color: approx Surf Crest. HEX triplet: BC, D8 and B9. RGB value is (188,216,185). Sum of RGB (Red+Green+Blue) = 188+216+185=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8B9 is #432746. Grayscale: #CCCCCC. Windows color (decimal): -4400967 or 12179644. OLE color: 12179644.

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

Color convert

RGB188216185-
CMYK0.1300.140.15
HSL114.19º28.44%78.63%-
HSV(B)114.19º14.35%84.71%-
XYZ54.0563.3155.27-
YUV204.09117.22116.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=31.92%
G=36.67%
B=31.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161850.1300.140.15114.1928.4478.63
HexBCD8B9D0EF721c4f
Octal274330271150161716234117
Binary10111100110110001011100111010111011111110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8B9; }

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

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

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

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

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

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

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

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