#BCDBB3

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

Shades of Surf Crest #BCDBB3

Tints of Surf Crest #BCDBB3

Color information

#BCDBB3 (or 0xBCDBB3) is unknown color: approx Surf Crest. HEX triplet: BC, DB and B3. RGB value is (188,219,179). Sum of RGB (Red+Green+Blue) = 188+219+179=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBB3 is #43244C. Grayscale: #CDCDCD. Windows color (decimal): -4400205 or 11787196. OLE color: 11787196.

HSL color Cylindrical-coordinate representation of color #BCDBB3: hue angle of 106.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDBB3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB188219179-
CMYK0.1400.180.14
HSL106.5º35.71%78.04%-
HSV(B)106.5º18.26%85.88%-
XYZ54.2164.6152.26-
YUV205.17113.23115.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=32.08%
G=37.37%
B=30.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191790.1400.180.14106.535.7178.04
HexBCDBB3E012E6a244e
Octal274333263160221615244116
Binary1011110011011011101100111110010010111011010101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBB3; }

 p { color: rgb(188,219,179); }

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

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

 a { background-color: rgb(188,219,179); }

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

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

 span { border-color: rgb(188,219,179); }

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