#BCCFB6

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

Shades of Surf Crest #BCCFB6

Tints of Surf Crest #BCCFB6

Color information

#BCCFB6 (or 0xBCCFB6) is unknown color: approx Surf Crest. HEX triplet: BC, CF and B6. RGB value is (188,207,182). Sum of RGB (Red+Green+Blue) = 188+207+182=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB6 is #433049. Grayscale: #C6C6C6. Windows color (decimal): -4403274 or 11980732. OLE color: 11980732.

HSL color Cylindrical-coordinate representation of color #BCCFB6: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCFB6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB188207182-
CMYK0.0900.120.19
HSL105.6º20.66%76.27%-
HSV(B)105.6º12.08%81.18%-
XYZ51.558.6952.87-
YUV198.47118.71120.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=32.58%
G=35.88%
B=31.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071820.0900.120.19105.620.6676.27
HexBCCFB690C136a154c
Octal274317266110142315225114
Binary101111001100111110110110100101100100111101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFB6; }

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

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

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

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

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

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

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

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