#bcea83

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

Shades of Sulu #BCEA83

Tints of Sulu #BCEA83

Color information

#BCEA83 (or 0xBCEA83) is unknown color: approx Sulu. HEX triplet: BC, EA and 83. RGB value is (188,234,131). Sum of RGB (Red+Green+Blue) = 188+234+131=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA83 is #43157C. Grayscale: #D0D0D0. Windows color (decimal): -4396413 or 8645308. OLE color: 8645308.

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

Color convert

RGB188234131-
CMYK0.2000.440.08
HSL86.8º71.03%71.57%-
HSV(B)86.8º44.02%91.76%-
XYZ54.2671.1832.35-
YUV208.584.26113.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 131 (51.56% from 255) = 23.69%
R=34.00%
G=42.31%
B=23.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341310.2000.440.0886.871.0371.57
HexBCEA831402C8574748
Octal2743522032405410127107110
Binary1011110011101010100000111010001011001000101011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcea83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcea83; }

 p { color: rgb(188,234,131); }

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

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

 a { background-color: rgb(188,234,131); }

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

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

 span { border-color: rgb(188,234,131); }

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