#BCEB8B

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

Shades of Sulu #BCEB8B

Tints of Sulu #BCEB8B

Color information

#BCEB8B (or 0xBCEB8B) is unknown color: approx Sulu. HEX triplet: BC, EB and 8B. RGB value is (188,235,139). Sum of RGB (Red+Green+Blue) = 188+235+139=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB8B is #431474. Grayscale: #D2D2D2. Windows color (decimal): -4396149 or 9169852. OLE color: 9169852.

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

Color convert

RGB188235139-
CMYK0.200.410.08
HSL89.38º70.59%73.33%-
HSV(B)89.38º40.85%92.16%-
XYZ55.1171.9735.41-
YUV21087.93112.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=33.45%
G=41.81%
B=24.73%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351390.200.410.0889.3870.5973.33
HexBCEB8B140298594749
Octal2743532132405110131107111
Binary1011110011101011100010111010001010011000101100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB8B; }

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

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

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

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

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

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

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

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