#BCEB85

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

Shades of Sulu #BCEB85

Tints of Sulu #BCEB85

Color information

#BCEB85 (or 0xBCEB85) is unknown color: approx Sulu. HEX triplet: BC, EB and 85. RGB value is (188,235,133). Sum of RGB (Red+Green+Blue) = 188+235+133=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB85 is #43147A. Grayscale: #D1D1D1. Windows color (decimal): -4396155 or 8776636. OLE color: 8776636.

HSL color Cylindrical-coordinate representation of color #BCEB85: hue angle of 87.65º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCEB85 is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB188235133-
CMYK0.200.430.08
HSL87.65º71.83%72.16%-
HSV(B)87.65º43.4%92.16%-
XYZ54.6871.833.17-
YUV209.3284.93112.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=33.81%
G=42.27%
B=23.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351330.200.430.0887.6571.8372.16
HexBCEB851402B8584848
Octal2743532052405310130110110
Binary1011110011101011100001011010001010111000101100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB85; }

 p { color: rgb(188,235,133); }

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

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

 a { background-color: rgb(188,235,133); }

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

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

 span { border-color: rgb(188,235,133); }

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