#BCEF7E

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

Shades of Sulu #BCEF7E

Tints of Sulu #BCEF7E

Color information

#BCEF7E (or 0xBCEF7E) is unknown color: approx Sulu. HEX triplet: BC, EF and 7E. RGB value is (188,239,126). Sum of RGB (Red+Green+Blue) = 188+239+126=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF7E is #431081. Grayscale: #D3D3D3. Windows color (decimal): -4395138 or 8318908. OLE color: 8318908.

HSL color Cylindrical-coordinate representation of color #BCEF7E: hue angle of 87.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCEF7E is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB188239126-
CMYK0.2100.470.06
HSL87.08º77.93%71.57%-
HSV(B)87.08º47.28%93.73%-
XYZ55.3773.9331.09-
YUV210.8780.1111.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=34.00%
G=43.22%
B=22.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391260.2100.470.0687.0877.9371.57
HexBCEF7E1502F6574e48
Octal274357176250576127116110
Binary10111100111011111111110101010101111110101011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF7E; }

 p { color: rgb(188,239,126); }

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

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

 a { background-color: rgb(188,239,126); }

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

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

 span { border-color: rgb(188,239,126); }

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