#BCDFB6

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

Shades of Surf Crest #BCDFB6

Tints of Surf Crest #BCDFB6

Color information

#BCDFB6 (or 0xBCDFB6) is unknown color: approx Surf Crest. HEX triplet: BC, DF and B6. RGB value is (188,223,182). Sum of RGB (Red+Green+Blue) = 188+223+182=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFB6 is #432049. Grayscale: #CFCFCF. Windows color (decimal): -4399178 or 11984828. OLE color: 11984828.

HSL color Cylindrical-coordinate representation of color #BCDFB6: hue angle of 111.22º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDFB6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB188223182-
CMYK0.1600.180.13
HSL111.22º39.05%79.41%-
HSV(B)111.22º18.39%87.45%-
XYZ55.5766.8454.23-
YUV207.86113.4113.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=31.70%
G=37.61%
B=30.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231820.1600.180.13111.2239.0579.41
HexBCDFB610012D6f274f
Octal274337266200221515747117
Binary10111100110111111011011010000010010110111011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFB6; }

 p { color: rgb(188,223,182); }

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

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

 a { background-color: rgb(188,223,182); }

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

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

 span { border-color: rgb(188,223,182); }

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