#BCCEB4

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

Shades of Surf Crest #BCCEB4

Tints of Surf Crest #BCCEB4

Color information

#BCCEB4 (or 0xBCCEB4) is unknown color: approx Surf Crest. HEX triplet: BC, CE and B4. RGB value is (188,206,180). Sum of RGB (Red+Green+Blue) = 188+206+180=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEB4 is #43314B. Grayscale: #C5C5C5. Windows color (decimal): -4403532 or 11849404. OLE color: 11849404.

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

Color convert

RGB188206180-
CMYK0.0900.130.19
HSL101.54º20.97%75.69%-
HSV(B)101.54º12.62%80.78%-
XYZ51.0558.1351.71-
YUV197.65118.04121.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=32.75%
G=35.89%
B=31.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061800.0900.130.19101.5420.9775.69
HexBCCEB490D1366154c
Octal274316264110152314625114
Binary101111001100111010110100100101101100111100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEB4; }

 p { color: rgb(188,206,180); }

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

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

 a { background-color: rgb(188,206,180); }

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

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

 span { border-color: rgb(188,206,180); }

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