#BCDEB7

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

Shades of Surf Crest #BCDEB7

Tints of Surf Crest #BCDEB7

Color information

#BCDEB7 (or 0xBCDEB7) is unknown color: approx Surf Crest. HEX triplet: BC, DE and B7. RGB value is (188,222,183). Sum of RGB (Red+Green+Blue) = 188+222+183=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEB7 is #432148. Grayscale: #CFCFCF. Windows color (decimal): -4399433 or 12050108. OLE color: 12050108.

HSL color Cylindrical-coordinate representation of color #BCDEB7: hue angle of 112.31º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDEB7 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB188222183-
CMYK0.1500.180.13
HSL112.31º37.14%79.41%-
HSV(B)112.31º17.57%87.06%-
XYZ55.4166.3554.69-
YUV207.39114.24114.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=31.70%
G=37.44%
B=30.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221830.1500.180.13112.3137.1479.41
HexBCDEB7F012D70254f
Octal274336267170221516045117
Binary1011110011011110101101111111010010110111100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEB7; }

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

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

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

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

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

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

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

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