#BCED7B

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

Shades of Sulu #BCED7B

Tints of Sulu #BCED7B

Color information

#BCED7B (or 0xBCED7B) is unknown color: approx Sulu. HEX triplet: BC, ED and 7B. RGB value is (188,237,123). Sum of RGB (Red+Green+Blue) = 188+237+123=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED7B is #431284. Grayscale: #D1D1D1. Windows color (decimal): -4395653 or 8121788. OLE color: 8121788.

HSL color Cylindrical-coordinate representation of color #BCED7B: hue angle of 85.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCED7B is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB188237123-
CMYK0.2100.480.07
HSL85.79º76%70.59%-
HSV(B)85.79º48.1%92.94%-
XYZ54.672.6929.89-
YUV209.3579.27112.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 237 (92.97% from 255) = 43.25%
BLUE value IS 123 (48.44% from 255) = 22.45%
R=34.31%
G=43.25%
B=22.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371230.2100.480.0785.797670.59
HexBCED7B150307564c47
Octal274355173250607126114107
Binary10111100111011011111011101010110000111101011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED7B; }

 p { color: rgb(188,237,123); }

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

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

 a { background-color: rgb(188,237,123); }

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

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

 span { border-color: rgb(188,237,123); }

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