#BCCFB7

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

Shades of Surf Crest #BCCFB7

Tints of Surf Crest #BCCFB7

Color information

#BCCFB7 (or 0xBCCFB7) is unknown color: approx Surf Crest. HEX triplet: BC, CF and B7. RGB value is (188,207,183). Sum of RGB (Red+Green+Blue) = 188+207+183=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB7 is #433048. Grayscale: #C6C6C6. Windows color (decimal): -4403273 or 12046268. OLE color: 12046268.

HSL color Cylindrical-coordinate representation of color #BCCFB7: hue angle of 107.5º degrees, saturation: 0.2, 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 #BCCFB7 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB188207183-
CMYK0.0900.120.19
HSL107.5º20%76.47%-
HSV(B)107.5º11.59%81.18%-
XYZ51.658.7453.42-
YUV198.58119.21120.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=32.53%
G=35.81%
B=31.66%

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
Decimal1882071830.0900.120.19107.52076.47
HexBCCFB790C136b144c
Octal274317267110142315324114
Binary101111001100111110110111100101100100111101011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFB7; }

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

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

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

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

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

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

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

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