#BCCFB9

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

Shades of Surf Crest #BCCFB9

Tints of Surf Crest #BCCFB9

Color information

#BCCFB9 (or 0xBCCFB9) is unknown color: approx Surf Crest. HEX triplet: BC, CF and B9. RGB value is (188,207,185). Sum of RGB (Red+Green+Blue) = 188+207+185=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB9 is #433046. Grayscale: #C6C6C6. Windows color (decimal): -4403271 or 12177340. OLE color: 12177340.

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

Color convert

RGB188207185-
CMYK0.0900.110.19
HSL111.82º18.64%76.86%-
HSV(B)111.82º10.63%81.18%-
XYZ51.8158.8254.52-
YUV198.81120.21120.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=32.41%
G=35.69%
B=31.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071850.0900.110.19111.8218.6476.86
HexBCCFB990B1370134d
Octal274317271110132316023115
Binary101111001100111110111001100101011100111110000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFB9; }

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

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

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

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

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

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

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

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