#BCEE7B

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

Shades of Sulu #BCEE7B

Tints of Sulu #BCEE7B

Color information

#BCEE7B (or 0xBCEE7B) is unknown color: approx Sulu. HEX triplet: BC, EE and 7B. RGB value is (188,238,123). Sum of RGB (Red+Green+Blue) = 188+238+123=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE7B is #431184. Grayscale: #D2D2D2. Windows color (decimal): -4395397 or 8122044. OLE color: 8122044.

HSL color Cylindrical-coordinate representation of color #BCEE7B: hue angle of 86.09º degrees, saturation: 0.77, 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 #BCEE7B is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB188238123-
CMYK0.2100.480.07
HSL86.09º77.18%70.78%-
HSV(B)86.09º48.32%93.33%-
XYZ54.8973.2729.99-
YUV209.9478.94112.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 238 (93.36% from 255) = 43.35%
BLUE value IS 123 (48.44% from 255) = 22.40%
R=34.24%
G=43.35%
B=22.40%

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
Decimal1882381230.2100.480.0786.0977.1870.78
HexBCEE7B150307564d47
Octal274356173250607126115107
Binary10111100111011101111011101010110000111101011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE7B; }

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

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

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

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

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

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

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

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